Color Hex Logo

#bb913d Color Hex

#BB913D
(187,145,61)
0 Favorites   0 Comments

Color spaces of #bb913d

RGB 18714561
HSL0.110.510.49
HSV40°67°73°
CMYK 0.000.220.67   0.27
XYZ31.461231.15258.7697
Yxy31.15250.44070.4364
Hunter Lab55.81442.940829.7543
CIE-Lab62.63626.923249.2079

#bb913d color RGB value is (187,145,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 00111101
Octal 273 221 75
Decimal 187 145 61
Hex BB 91 3D

RGB Percentages of Color #bb913d

%47.58
%36.90
%15.52

CMYK Percentages of Color #bb913d

%0
%22
%67
%27

Triadic Colors of #bb913d

#bb913d #3dbb91 #913dbb

Analogous Colors of #bb913d

#bb913d #a6bb3d #bb523d

Monochromatic Colors of #bb913d

#bb913d

Complementary Color

#bb913d #3d67bb

#bb913d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb913d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb913d Color CSS Codes

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

#bb913d Text Font Color

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

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


#bb913d Background Color

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

This div background color is #bb913d


#bb913d Border Color

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

This div border color is #bb913d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,145,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 #bb913d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb913d


Comments

No comments written yet.

Please login to write comment.