Color Hex Logo

#bbb367 Color Hex

#BBB367
(187,179,103)
0 Favorites   0 Comments

Color spaces of #bbb367

RGB 187179103
HSL0.150.380.57
HSV54°45°73°
CMYK 0.000.040.45   0.27
XYZ39.061843.784319.2244
Yxy43.78430.38270.4290
Hunter Lab66.1697-10.423529.0932
CIE-Lab72.0841-7.931139.6688

#bbb367 color RGB value is (187,179,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01100111
Octal 273 263 147
Decimal 187 179 103
Hex BB B3 67

RGB Percentages of Color #bbb367

%39.87
%38.17
%21.96

CMYK Percentages of Color #bbb367

%0
%4
%45
%27

Triadic Colors of #bbb367

#bbb367 #67bbb3 #b367bb

Analogous Colors of #bbb367

#bbb367 #99bb67 #bb8967

Monochromatic Colors of #bbb367

#bbb367

Complementary Color

#bbb367 #676fbb

#bbb367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb367 Color CSS Codes

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

#bbb367 Text Font Color

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

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


#bbb367 Background Color

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

This div background color is #bbb367


#bbb367 Border Color

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

This div border color is #bbb367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb367


Comments

No comments written yet.

Please login to write comment.