Color Hex Logo

#bbb632 Color Hex

#BBB632
(187,182,50)
0 Favorites   0 Comments

Color spaces of #bbb632

RGB 18718250
HSL0.160.580.46
HSV58°73°73°
CMYK 0.000.030.73   0.27
XYZ37.797244.25109.5668
Yxy44.25100.41260.4830
Hunter Lab66.5214-14.989538.0382
CIE-Lab72.3959-13.331063.4937

#bbb632 color RGB value is (187,182,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00110010
Octal 273 266 62
Decimal 187 182 50
Hex BB B6 32

RGB Percentages of Color #bbb632

%44.63
%43.44
%11.93

CMYK Percentages of Color #bbb632

%0
%3
%73
%27

Triadic Colors of #bbb632

#bbb632 #32bbb6 #b632bb

Analogous Colors of #bbb632

#bbb632 #7cbb32 #bb7232

Monochromatic Colors of #bbb632

#bbb632

Complementary Color

#bbb632 #3237bb

#bbb632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb632 Color CSS Codes

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

#bbb632 Text Font Color

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

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


#bbb632 Background Color

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

This div background color is #bbb632


#bbb632 Border Color

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

This div border color is #bbb632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb632


Comments

No comments written yet.

Please login to write comment.