Color Hex Logo

#b0702e Color Hex

#B0702E
(176,112,46)
0 Favorites   0 Comments

Color spaces of #b0702e

RGB 17611246
HSL0.080.590.44
HSV30°74°69°
CMYK 0.000.360.74   0.31
XYZ24.191821.01575.3662
Yxy21.01570.47830.4155
Hunter Lab45.842913.971425.1497
CIE-Lab52.966719.599045.5808

#b0702e color RGB value is (176,112,46).

#b0702e hex color red value is 176, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b0702e hue: 0.08 , saturation: 0.59 and the lightness value of b0702e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 00101110
Octal 260 160 56
Decimal 176 112 46
Hex B0 70 2E

RGB Percentages of Color #b0702e

%52.69
%33.53
%13.77

CMYK Percentages of Color #b0702e

%0
%36
%74
%31

Triadic Colors of #b0702e

#b0702e #2eb070 #702eb0

Analogous Colors of #b0702e

#b0702e #afb02e #b02f2e

Monochromatic Colors of #b0702e

#b0702e

Complementary Color

#b0702e #2e6eb0

#b0702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0702e Color CSS Codes

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

#b0702e Text Font Color

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

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


#b0702e Background Color

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

This div background color is #b0702e


#b0702e Border Color

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

This div border color is #b0702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0702e


Comments

No comments written yet.

Please login to write comment.