Color Hex Logo

#b07129 Color Hex

#B07129
(176,113,41)
0 Favorites   0 Comments

Color spaces of #b07129

RGB 17611341
HSL0.090.620.43
HSV32°77°69°
CMYK 0.000.360.77   0.31
XYZ24.209921.20054.9139
Yxy21.20050.48110.4213
Hunter Lab46.044013.278225.9033
CIE-Lab53.168218.809248.0492

#b07129 color RGB value is (176,113,41).

#b07129 hex color red value is 176, green value is 113 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b07129 hue: 0.09 , saturation: 0.62 and the lightness value of b07129 is 0.43.

The process color (four color CMYK) of #b07129 color hex is 0.00, 0.36, 0.77, 0.31. Web safe color of #b07129 is #996633. Color #b07129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 00101001
Octal 260 161 51
Decimal 176 113 41
Hex B0 71 29

RGB Percentages of Color #b07129

%53.33
%34.24
%12.42

CMYK Percentages of Color #b07129

%0
%36
%77
%31

Triadic Colors of #b07129

#b07129 #29b071 #7129b0

Analogous Colors of #b07129

#b07129 #acb029 #b02e29

Monochromatic Colors of #b07129

#b07129

Complementary Color

#b07129 #2968b0

#b07129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07129 Color CSS Codes

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

#b07129 Text Font Color

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

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


#b07129 Background Color

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

This div background color is #b07129


#b07129 Border Color

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

This div border color is #b07129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,113,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07129;
  -webkit-box-shadow: 1px 1px 3px 2px #b07129;
  box-shadow:         1px 1px 3px 2px #b07129; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07129


Comments

No comments written yet.

Please login to write comment.