Color Hex Logo

#bbb355 Color Hex

#BBB355
(187,179,85)
0 Favorites   0 Comments

Color spaces of #bbb355

RGB 18717985
HSL0.150.430.53
HSV55°55°73°
CMYK 0.000.040.55   0.27
XYZ38.253343.460914.9670
Yxy43.46090.39570.4495
Hunter Lab65.9249-11.792932.6867
CIE-Lab71.8667-9.576748.2764

#bbb355 color RGB value is (187,179,85).

#bbb355 hex color red value is 187, green value is 179 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bbb355 hue: 0.15 , saturation: 0.43 and the lightness value of bbb355 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01010101
Octal 273 263 125
Decimal 187 179 85
Hex BB B3 55

RGB Percentages of Color #bbb355

%41.46
%39.69
%18.85

CMYK Percentages of Color #bbb355

%0
%4
%55
%27

Triadic Colors of #bbb355

#bbb355 #55bbb3 #b355bb

Analogous Colors of #bbb355

#bbb355 #90bb55 #bb8055

Monochromatic Colors of #bbb355

#bbb355

Complementary Color

#bbb355 #555dbb

#bbb355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb355 Color CSS Codes

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

#bbb355 Text Font Color

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

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


#bbb355 Background Color

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

This div background color is #bbb355


#bbb355 Border Color

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

This div border color is #bbb355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb355


Comments

No comments written yet.

Please login to write comment.