Color Hex Logo

#b8762e Color Hex

#B8762E
(184,118,46)
0 Favorites   0 Comments

Color spaces of #b8762e

RGB 18411846
HSL0.090.600.45
HSV31°75°72°
CMYK 0.000.360.75   0.28
XYZ26.738723.34455.6814
Yxy23.34450.47950.4186
Hunter Lab48.316114.230726.8495
CIE-Lab55.425419.751948.4115

#b8762e color RGB value is (184,118,46).

#b8762e hex color red value is 184, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b8762e hue: 0.09 , saturation: 0.60 and the lightness value of b8762e is 0.45.

The process color (four color CMYK) of #b8762e color hex is 0.00, 0.36, 0.75, 0.28. Web safe color of #b8762e is #cc6633. Color #b8762e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 00101110
Octal 270 166 56
Decimal 184 118 46
Hex B8 76 2E

RGB Percentages of Color #b8762e

%52.87
%33.91
%13.22

CMYK Percentages of Color #b8762e

%0
%36
%75
%28

Triadic Colors of #b8762e

#b8762e #2eb876 #762eb8

Analogous Colors of #b8762e

#b8762e #b5b82e #b8312e

Monochromatic Colors of #b8762e

#b8762e

Complementary Color

#b8762e #2e70b8

#b8762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8762e Color CSS Codes

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

#b8762e Text Font Color

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

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


#b8762e Background Color

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

This div background color is #b8762e


#b8762e Border Color

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

This div border color is #b8762e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8762e


Comments

No comments written yet.

Please login to write comment.