Color Hex Logo

#bbb63f Color Hex

#BBB63F
(187,182,63)
0 Favorites   0 Comments

Color spaces of #bbb63f

RGB 18718263
HSL0.160.500.49
HSV58°66°73°
CMYK 0.000.030.66   0.27
XYZ38.118744.379611.2597
Yxy44.37960.40660.4733
Hunter Lab66.6180-14.444236.6115
CIE-Lab72.4815-12.660258.6788

#bbb63f color RGB value is (187,182,63).

#bbb63f hex color red value is 187, green value is 182 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbb63f hue: 0.16 , saturation: 0.50 and the lightness value of bbb63f is 0.49.

The process color (four color CMYK) of #bbb63f color hex is 0.00, 0.03, 0.66, 0.27. Web safe color of #bbb63f is #cccc33. Color #bbb63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00111111
Octal 273 266 77
Decimal 187 182 63
Hex BB B6 3F

RGB Percentages of Color #bbb63f

%43.29
%42.13
%14.58

CMYK Percentages of Color #bbb63f

%0
%3
%66
%27

Triadic Colors of #bbb63f

#bbb63f #3fbbb6 #b63fbb

Analogous Colors of #bbb63f

#bbb63f #82bb3f #bb783f

Monochromatic Colors of #bbb63f

#bbb63f

Complementary Color

#bbb63f #3f44bb

#bbb63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb63f Color CSS Codes

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

#bbb63f Text Font Color

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

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


#bbb63f Background Color

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

This div background color is #bbb63f


#bbb63f Border Color

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

This div border color is #bbb63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb63f


Comments

No comments written yet.

Please login to write comment.