Color Hex Logo

#b89285 Color Hex

#B89285
(184,146,133)
0 Favorites   0 Comments

Color spaces of #b89285

RGB 184146133
HSL0.040.260.62
HSV15°28°72°
CMYK 0.000.210.28   0.28
XYZ34.279732.441626.6454
Yxy32.44160.36720.3475
Hunter Lab56.95757.754012.1337
CIE-Lab63.706212.345512.3264

#b89285 color RGB value is (184,146,133).

#b89285 hex color red value is 184, green value is 146 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b89285 hue: 0.04 , saturation: 0.26 and the lightness value of b89285 is 0.62.

The process color (four color CMYK) of #b89285 color hex is 0.00, 0.21, 0.28, 0.28. Web safe color of #b89285 is #cc9999. Color #b89285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 10000101
Octal 270 222 205
Decimal 184 146 133
Hex B8 92 85

RGB Percentages of Color #b89285

%39.74
%31.53
%28.73

CMYK Percentages of Color #b89285

%0
%21
%28
%28

Triadic Colors of #b89285

#b89285 #85b892 #9285b8

Analogous Colors of #b89285

#b89285 #b8ac85 #b88592

Monochromatic Colors of #b89285

#b89285

Complementary Color

#b89285 #85abb8

#b89285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89285 Color CSS Codes

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

#b89285 Text Font Color

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

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


#b89285 Background Color

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

This div background color is #b89285


#b89285 Border Color

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

This div border color is #b89285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89285


Comments

No comments written yet.

Please login to write comment.