Color Hex Logo

#bbb546 Color Hex

#BBB546
(187,181,70)
0 Favorites   0 Comments

Color spaces of #bbb546

RGB 18718170
HSL0.160.460.50
HSV57°63°73°
CMYK 0.000.030.63   0.27
XYZ38.122944.054712.2885
Yxy44.05470.40360.4664
Hunter Lab66.3737-13.629435.4846
CIE-Lab72.2650-11.713755.5294

#bbb546 color RGB value is (187,181,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01000110
Octal 273 265 106
Decimal 187 181 70
Hex BB B5 46

RGB Percentages of Color #bbb546

%42.69
%41.32
%15.98

CMYK Percentages of Color #bbb546

%0
%3
%63
%27

Triadic Colors of #bbb546

#bbb546 #46bbb5 #b546bb

Analogous Colors of #bbb546

#bbb546 #87bb46 #bb7b46

Monochromatic Colors of #bbb546

#bbb546

Complementary Color

#bbb546 #464cbb

#bbb546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb546 Color CSS Codes

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

#bbb546 Text Font Color

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

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


#bbb546 Background Color

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

This div background color is #bbb546


#bbb546 Border Color

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

This div border color is #bbb546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb546


Comments

No comments written yet.

Please login to write comment.