color codes Logo

#b28a33 color codes

#B28A33
(178,138,51)
0 Favorites   0 Comments

Color spaces of #b28a33

RGB 17813851
HSL0.110.550.45
HSV41°71°70°
CMYK 0.000.220.71   0.30
XYZ28.046127.88107.0353
Yxy27.88100.44540.4428
Hunter Lab52.80252.406229.0620
CIE-Lab59.78116.232650.4023

#b28a33 color RGB value is (178,138,51).

#b28a33 hex color red value is 178, green value is 138 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #b28a33 hue: 0.11 , saturation: 0.55 and the lightness value of b28a33 is 0.45.

The process color (four color CMYK) of #b28a33 color code is 0.00, 0.22, 0.71, 0.30. Web safe color of #b28a33 is #999933. Color #b28a33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 00110011
Octal 262 212 63
Decimal 178 138 51
Hex B2 8A 33

RGB Percentages of Color #b28a33

%48.50
%37.60
%13.90

CMYK Percentages of Color #b28a33

%0
%22
%71
%30

Triadic Colors of #b28a33

#b28a33 #33b28a #8a33b2

Analogous Colors of #b28a33

#b28a33 #9bb233 #b24b33

Monochromatic Colors of #b28a33

#b28a33

Complementary Color

#b28a33 #335bb2

#b28a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28a33 Color CSS Codes

.mybgcolor {background-color:#b28a33; } 
.myforecolor {color:#b28a33; }
.mybordercolor {border:3px solid #b28a33; }

#b28a33 Text Font Color

<p style="color:#b28a33">Text here</p>

This sample text font color is #b28a33
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b28a33 Background Color

<div style="background-color:#b28a33">
Div content here</div>

This div background color is #b28a33


#b28a33 Border Color

<div style="border:3px solid #b28a33">
Div here</div>

This div border color is #b28a33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,138,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28a33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28a33;
  -webkit-box-shadow: 1px 1px 3px 2px #b28a33;
  box-shadow:         1px 1px 3px 2px #b28a33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,138,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b28a33">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b28a33;
  -webkit-box-shadow: 1px 1px 3px 2px #b28a33;
  box-shadow:         1px 1px 3px 2px #b28a33;">
Div content here</div>

This div box has shadow with color #b28a33


Comments

No comments written yet.

Please login to write comment.