Color Hex Logo

#b89a78 Color Hex

#B89A78
(184,154,120)
0 Favorites   0 Comments

Color spaces of #b89a78

RGB 184154120
HSL0.090.310.60
HSV32°35°72°
CMYK 0.000.160.35   0.28
XYZ34.712934.657622.6293
Yxy34.65760.37730.3767
Hunter Lab58.87072.228118.4190
CIE-Lab65.48126.187622.0170

#b89a78 color RGB value is (184,154,120).

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

The process color (four color CMYK) of #b89a78 color hex is 0.00, 0.16, 0.35, 0.28. Web safe color of #b89a78 is #cc9966. Color #b89a78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 01111000
Octal 270 232 170
Decimal 184 154 120
Hex B8 9A 78

RGB Percentages of Color #b89a78

%40.17
%33.62
%26.20

CMYK Percentages of Color #b89a78

%0
%16
%35
%28

Triadic Colors of #b89a78

#b89a78 #78b89a #9a78b8

Analogous Colors of #b89a78

#b89a78 #b6b878 #b87a78

Monochromatic Colors of #b89a78

#b89a78

Complementary Color

#b89a78 #7896b8

#b89a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89a78 Color CSS Codes

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

#b89a78 Text Font Color

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

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


#b89a78 Background Color

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

This div background color is #b89a78


#b89a78 Border Color

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

This div border color is #b89a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89a78


Comments

No comments written yet.

Please login to write comment.