Color Hex Logo

#b8993e Color Hex

#B8993E
(184,153,62)
0 Favorites   0 Comments

Color spaces of #b8993e

RGB 18415362
HSL0.120.500.48
HSV45°66°72°
CMYK 0.000.170.66   0.28
XYZ32.027933.32069.3009
Yxy33.32060.42900.4464
Hunter Lab57.7240-1.977130.8536
CIE-Lab64.41971.300050.5730

#b8993e color RGB value is (184,153,62).

#b8993e hex color red value is 184, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b8993e hue: 0.12 , saturation: 0.50 and the lightness value of b8993e is 0.48.

The process color (four color CMYK) of #b8993e color hex is 0.00, 0.17, 0.66, 0.28. Web safe color of #b8993e is #cc9933. Color #b8993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 00111110
Octal 270 231 76
Decimal 184 153 62
Hex B8 99 3E

RGB Percentages of Color #b8993e

%46.12
%38.35
%15.54

CMYK Percentages of Color #b8993e

%0
%17
%66
%28

Triadic Colors of #b8993e

#b8993e #3eb899 #993eb8

Analogous Colors of #b8993e

#b8993e #9ab83e #b85c3e

Monochromatic Colors of #b8993e

#b8993e

Complementary Color

#b8993e #3e5db8

#b8993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8993e Color CSS Codes

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

#b8993e Text Font Color

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

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


#b8993e Background Color

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

This div background color is #b8993e


#b8993e Border Color

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

This div border color is #b8993e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,153,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8993e


Comments

No comments written yet.

Please login to write comment.