Color Hex Logo

#b39807 Color Hex

#B39807
(179,152,7)
0 Favorites   0 Comments

Color spaces of #b39807

RGB 1791527
HSL0.140.920.36
HSV51°96°70°
CMYK 0.000.150.96   0.30
XYZ29.857032.05554.8147
Yxy32.05550.44740.4804
Hunter Lab56.6176-4.949734.5903
CIE-Lab63.3887-2.302166.1532

#b39807 color RGB value is (179,152,7).

#b39807 hex color red value is 179, green value is 152 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b39807 hue: 0.14 , saturation: 0.92 and the lightness value of b39807 is 0.36.

The process color (four color CMYK) of #b39807 color hex is 0.00, 0.15, 0.96, 0.30. Web safe color of #b39807 is #cc9900. Color #b39807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 00000111
Octal 263 230 7
Decimal 179 152 7
Hex B3 98 7

RGB Percentages of Color #b39807

%52.96
%44.97
%2.07

CMYK Percentages of Color #b39807

%0
%15
%96
%30

Triadic Colors of #b39807

#b39807 #07b398 #9807b3

Analogous Colors of #b39807

#b39807 #78b307 #b34207

Monochromatic Colors of #b39807

#b39807

Complementary Color

#b39807 #0722b3

#b39807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39807 Color CSS Codes

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

#b39807 Text Font Color

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

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


#b39807 Background Color

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

This div background color is #b39807


#b39807 Border Color

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

This div border color is #b39807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39807


Comments

No comments written yet.

Please login to write comment.