Color Hex Logo

#bbb46f Color Hex

#BBB46F
(187,180,111)
0 Favorites   0 Comments

Color spaces of #bbb46f

RGB 187180111
HSL0.150.360.58
HSV54°41°73°
CMYK 0.000.040.41   0.27
XYZ39.684044.355021.5087
Yxy44.35500.37600.4202
Hunter Lab66.5995-10.188227.4716
CIE-Lab72.4651-7.610236.0470

#bbb46f color RGB value is (187,180,111).

#bbb46f hex color red value is 187, green value is 180 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbb46f hue: 0.15 , saturation: 0.36 and the lightness value of bbb46f is 0.58.

The process color (four color CMYK) of #bbb46f color hex is 0.00, 0.04, 0.41, 0.27. Web safe color of #bbb46f is #cccc66. Color #bbb46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 01101111
Octal 273 264 157
Decimal 187 180 111
Hex BB B4 6F

RGB Percentages of Color #bbb46f

%39.12
%37.66
%23.22

CMYK Percentages of Color #bbb46f

%0
%4
%41
%27

Triadic Colors of #bbb46f

#bbb46f #6fbbb4 #b46fbb

Analogous Colors of #bbb46f

#bbb46f #9cbb6f #bb8e6f

Monochromatic Colors of #bbb46f

#bbb46f

Complementary Color

#bbb46f #6f76bb

#bbb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb46f Color CSS Codes

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

#bbb46f Text Font Color

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

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


#bbb46f Background Color

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

This div background color is #bbb46f


#bbb46f Border Color

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

This div border color is #bbb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb46f


Comments

No comments written yet.

Please login to write comment.