Color Hex Logo

#bbb871 Color Hex

#BBB871
(187,184,113)
0 Favorites   0 Comments

Color spaces of #bbb871

RGB 187184113
HSL0.160.350.59
HSV58°40°73°
CMYK 0.000.020.40   0.27
XYZ40.614646.038022.3684
Yxy46.03800.37250.4223
Hunter Lab67.8513-11.892827.9499
CIE-Lab73.5702-9.474736.4206

#bbb871 color RGB value is (187,184,113).

#bbb871 hex color red value is 187, green value is 184 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bbb871 hue: 0.16 , saturation: 0.35 and the lightness value of bbb871 is 0.59.

The process color (four color CMYK) of #bbb871 color hex is 0.00, 0.02, 0.40, 0.27. Web safe color of #bbb871 is #cccc66. Color #bbb871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01110001
Octal 273 270 161
Decimal 187 184 113
Hex BB B8 71

RGB Percentages of Color #bbb871

%38.64
%38.02
%23.35

CMYK Percentages of Color #bbb871

%0
%2
%40
%27

Triadic Colors of #bbb871

#bbb871 #71bbb8 #b871bb

Analogous Colors of #bbb871

#bbb871 #99bb71 #bb9371

Monochromatic Colors of #bbb871

#bbb871

Complementary Color

#bbb871 #7174bb

#bbb871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb871 Color CSS Codes

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

#bbb871 Text Font Color

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

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


#bbb871 Background Color

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

This div background color is #bbb871


#bbb871 Border Color

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

This div border color is #bbb871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb871


Comments

No comments written yet.

Please login to write comment.