Color Hex Logo

#bb843d Color Hex

#BB843D
(187,132,61)
0 Favorites   0 Comments

Color spaces of #bb843d

RGB 18713261
HSL0.090.510.49
HSV34°67°73°
CMYK 0.000.290.67   0.27
XYZ29.587127.40428.1450
Yxy27.40420.45420.4207
Hunter Lab52.34909.275527.4194
CIE-Lab59.346614.093545.6378

#bb843d color RGB value is (187,132,61).

#bb843d hex color red value is 187, green value is 132 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bb843d hue: 0.09 , saturation: 0.51 and the lightness value of bb843d is 0.49.

The process color (four color CMYK) of #bb843d color hex is 0.00, 0.29, 0.67, 0.27. Web safe color of #bb843d is #cc9933. Color #bb843d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 00111101
Octal 273 204 75
Decimal 187 132 61
Hex BB 84 3D

RGB Percentages of Color #bb843d

%49.21
%34.74
%16.05

CMYK Percentages of Color #bb843d

%0
%29
%67
%27

Triadic Colors of #bb843d

#bb843d #3dbb84 #843dbb

Analogous Colors of #bb843d

#bb843d #b3bb3d #bb453d

Monochromatic Colors of #bb843d

#bb843d

Complementary Color

#bb843d #3d74bb

#bb843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb843d Color CSS Codes

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

#bb843d Text Font Color

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

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


#bb843d Background Color

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

This div background color is #bb843d


#bb843d Border Color

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

This div border color is #bb843d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb843d


Comments

No comments written yet.

Please login to write comment.