Color Hex Logo

#b29607 Color Hex

#B29607
(178,150,7)
0 Favorites   0 Comments

Color spaces of #b29607

RGB 1781507
HSL0.140.920.36
HSV50°96°70°
CMYK 0.000.160.96   0.30
XYZ29.304831.29304.6966
Yxy31.29300.44880.4793
Hunter Lab55.9401-4.386334.1803
CIE-Lab62.7542-1.675565.6422

#b29607 color RGB value is (178,150,7).

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

The process color (four color CMYK) of #b29607 color hex is 0.00, 0.16, 0.96, 0.30. Web safe color of #b29607 is #999900. Color #b29607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 00000111
Octal 262 226 7
Decimal 178 150 7
Hex B2 96 7

RGB Percentages of Color #b29607

%53.13
%44.78
%2.09

CMYK Percentages of Color #b29607

%0
%16
%96
%30

Triadic Colors of #b29607

#b29607 #07b296 #9607b2

Analogous Colors of #b29607

#b29607 #79b207 #b24107

Monochromatic Colors of #b29607

#b29607

Complementary Color

#b29607 #0723b2

#b29607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29607 Color CSS Codes

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

#b29607 Text Font Color

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

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


#b29607 Background Color

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

This div background color is #b29607


#b29607 Border Color

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

This div border color is #b29607


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,150,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 #b29607">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29607


Comments

No comments written yet.

Please login to write comment.