Color Hex Logo

#b79604 Color Hex

#B79604
(183,150,4)
0 Favorites   0 Comments

Color spaces of #b79604

RGB 1831504
HSL0.140.960.37
HSV49°98°72°
CMYK 0.000.180.98   0.28
XYZ30.456731.88874.6648
Yxy31.88870.45450.4759
Hunter Lab56.4701-2.550134.6313
CIE-Lab63.25080.553066.6571

#b79604 color RGB value is (183,150,4).

#b79604 hex color red value is 183, green value is 150 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b79604 hue: 0.14 , saturation: 0.96 and the lightness value of b79604 is 0.37.

The process color (four color CMYK) of #b79604 color hex is 0.00, 0.18, 0.98, 0.28. Web safe color of #b79604 is #cc9900. Color #b79604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 00000100
Octal 267 226 4
Decimal 183 150 4
Hex B7 96 4

RGB Percentages of Color #b79604

%54.30
%44.51
%1.19

CMYK Percentages of Color #b79604

%0
%18
%98
%28

Triadic Colors of #b79604

#b79604 #04b796 #9604b7

Analogous Colors of #b79604

#b79604 #7fb704 #b73d04

Monochromatic Colors of #b79604

#b79604

Complementary Color

#b79604 #0425b7

#b79604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79604 Color CSS Codes

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

#b79604 Text Font Color

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

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


#b79604 Background Color

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

This div background color is #b79604


#b79604 Border Color

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

This div border color is #b79604


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,150,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b79604; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b79604;
  -webkit-box-shadow: 1px 1px 3px 2px #b79604;
  box-shadow:         1px 1px 3px 2px #b79604; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79604


Comments

No comments written yet.

Please login to write comment.