Color Hex Logo

#bb835d Color Hex

#BB835D
(187,131,93)
0 Favorites   0 Comments

Color spaces of #bb835d

RGB 18713193
HSL0.070.410.55
HSV24°50°73°
CMYK 0.000.300.50   0.27
XYZ30.585627.587714.0688
Yxy27.58770.42340.3819
Hunter Lab52.524012.026520.8857
CIE-Lab59.514417.140129.0869

#bb835d color RGB value is (187,131,93).

#bb835d hex color red value is 187, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bb835d hue: 0.07 , saturation: 0.41 and the lightness value of bb835d is 0.55.

The process color (four color CMYK) of #bb835d color hex is 0.00, 0.30, 0.50, 0.27. Web safe color of #bb835d is #cc9966. Color #bb835d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 01011101
Octal 273 203 135
Decimal 187 131 93
Hex BB 83 5D

RGB Percentages of Color #bb835d

%45.50
%31.87
%22.63

CMYK Percentages of Color #bb835d

%0
%30
%50
%27

Triadic Colors of #bb835d

#bb835d #5dbb83 #835dbb

Analogous Colors of #bb835d

#bb835d #bbb25d #bb5d66

Monochromatic Colors of #bb835d

#bb835d

Complementary Color

#bb835d #5d95bb

#bb835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb835d Color CSS Codes

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

#bb835d Text Font Color

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

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


#bb835d Background Color

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

This div background color is #bb835d


#bb835d Border Color

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

This div border color is #bb835d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,131,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb835d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb835d;
  -webkit-box-shadow: 1px 1px 3px 2px #bb835d;
  box-shadow:         1px 1px 3px 2px #bb835d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,131,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb835d


Comments

No comments written yet.

Please login to write comment.