Color Hex Logo

#b6bc99 Color Hex

#B6BC99
(182,188,153)
0 Favorites   0 Comments

Color spaces of #b6bc99

RGB 182188153
HSL0.200.210.67
HSV70°19°74°
CMYK 0.030.000.19   0.26
XYZ43.024448.211437.1751
Yxy48.21140.33510.3754
Hunter Lab69.4344-10.904416.8603
CIE-Lab74.9581-8.151217.0392

#b6bc99 color RGB value is (182,188,153).

#b6bc99 hex color red value is 182, green value is 188 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b6bc99 hue: 0.20 , saturation: 0.21 and the lightness value of b6bc99 is 0.67.

The process color (four color CMYK) of #b6bc99 color hex is 0.03, 0.00, 0.19, 0.26. Web safe color of #b6bc99 is #cccc99. Color #b6bc99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 10011001
Octal 266 274 231
Decimal 182 188 153
Hex B6 BC 99

RGB Percentages of Color #b6bc99

%34.80
%35.95
%29.25

CMYK Percentages of Color #b6bc99

%3
%0
%19
%26

Triadic Colors of #b6bc99

#b6bc99 #99b6bc #bc99b6

Analogous Colors of #b6bc99

#b6bc99 #a5bc99 #bcb199

Monochromatic Colors of #b6bc99

#b6bc99

Complementary Color

#b6bc99 #9f99bc

#b6bc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bc99 Color CSS Codes

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

#b6bc99 Text Font Color

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

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


#b6bc99 Background Color

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

This div background color is #b6bc99


#b6bc99 Border Color

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

This div border color is #b6bc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bc99


Comments

No comments written yet.

Please login to write comment.