Color Hex Logo

#bbb63a Color Hex

#BBB63A
(187,182,58)
0 Favorites   0 Comments

Color spaces of #bbb63a

RGB 18718258
HSL0.160.530.48
HSV58°69°73°
CMYK 0.000.030.69   0.27
XYZ37.985244.326210.5568
Yxy44.32620.40900.4773
Hunter Lab66.5779-14.670437.2033
CIE-Lab72.4460-12.938160.6131

#bbb63a color RGB value is (187,182,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00111010
Octal 273 266 72
Decimal 187 182 58
Hex BB B6 3A

RGB Percentages of Color #bbb63a

%43.79
%42.62
%13.58

CMYK Percentages of Color #bbb63a

%0
%3
%69
%27

Triadic Colors of #bbb63a

#bbb63a #3abbb6 #b63abb

Analogous Colors of #bbb63a

#bbb63a #80bb3a #bb763a

Monochromatic Colors of #bbb63a

#bbb63a

Complementary Color

#bbb63a #3a3fbb

#bbb63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb63a Color CSS Codes

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

#bbb63a Text Font Color

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

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


#bbb63a Background Color

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

This div background color is #bbb63a


#bbb63a Border Color

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

This div border color is #bbb63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb63a


Comments

No comments written yet.

Please login to write comment.