Color Hex Logo

#b38005 Color Hex

#B38005
(179,128,5)
0 Favorites   0 Comments

Color spaces of #b38005

RGB 1791285
HSL0.120.950.36
HSV42°97°70°
CMYK 0.000.280.97   0.30
XYZ26.337025.03303.5873
Yxy25.03300.47920.4555
Hunter Lab50.03306.403430.7721
CIE-Lab57.107610.852561.9316

#b38005 color RGB value is (179,128,5).

#b38005 hex color red value is 179, green value is 128 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b38005 hue: 0.12 , saturation: 0.95 and the lightness value of b38005 is 0.36.

The process color (four color CMYK) of #b38005 color hex is 0.00, 0.28, 0.97, 0.30. Web safe color of #b38005 is #cc9900. Color #b38005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 00000101
Octal 263 200 5
Decimal 179 128 5
Hex B3 80 5

RGB Percentages of Color #b38005

%57.37
%41.03
%1.60

CMYK Percentages of Color #b38005

%0
%28
%97
%30

Triadic Colors of #b38005

#b38005 #05b380 #8005b3

Analogous Colors of #b38005

#b38005 #8fb305 #b32905

Monochromatic Colors of #b38005

#b38005

Complementary Color

#b38005 #0538b3

#b38005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38005 Color CSS Codes

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

#b38005 Text Font Color

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

This sample text font color is #b38005
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.


#b38005 Background Color

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

This div background color is #b38005


#b38005 Border Color

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

This div border color is #b38005


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,128,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38005; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38005;
  -webkit-box-shadow: 1px 1px 3px 2px #b38005;
  box-shadow:         1px 1px 3px 2px #b38005; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,128,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38005


Comments

No comments written yet.

Please login to write comment.