Color Hex Logo

#b89661 Color Hex

#B89661
(184,150,97)
0 Favorites   0 Comments

Color spaces of #b89661

RGB 18415097
HSL0.100.380.55
HSV37°47°72°
CMYK 0.000.180.47   0.28
XYZ32.831232.866115.9227
Yxy32.86610.40220.4027
Hunter Lab57.32901.897823.6629
CIE-Lab64.05235.768232.6516

#b89661 color RGB value is (184,150,97).

#b89661 hex color red value is 184, green value is 150 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b89661 hue: 0.10 , saturation: 0.38 and the lightness value of b89661 is 0.55.

The process color (four color CMYK) of #b89661 color hex is 0.00, 0.18, 0.47, 0.28. Web safe color of #b89661 is #cc9966. Color #b89661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 01100001
Octal 270 226 141
Decimal 184 150 97
Hex B8 96 61

RGB Percentages of Color #b89661

%42.69
%34.80
%22.51

CMYK Percentages of Color #b89661

%0
%18
%47
%28

Triadic Colors of #b89661

#b89661 #61b896 #9661b8

Analogous Colors of #b89661

#b89661 #afb861 #b86b61

Monochromatic Colors of #b89661

#b89661

Complementary Color

#b89661 #6183b8

#b89661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89661 Color CSS Codes

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

#b89661 Text Font Color

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

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


#b89661 Background Color

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

This div background color is #b89661


#b89661 Border Color

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

This div border color is #b89661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89661


Comments

No comments written yet.

Please login to write comment.