Color Hex Logo

#bbb276 Color Hex

#BBB276
(187,178,118)
0 Favorites   0 Comments

Color spaces of #bbb276

RGB 187178118
HSL0.140.340.60
HSV52°37°73°
CMYK 0.000.050.37   0.27
XYZ39.683943.713623.4855
Yxy43.71360.37130.4090
Hunter Lab66.1163-8.565325.2207
CIE-Lab72.0367-5.763531.8439

#bbb276 color RGB value is (187,178,118).

#bbb276 hex color red value is 187, green value is 178 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbb276 hue: 0.14 , saturation: 0.34 and the lightness value of bbb276 is 0.60.

The process color (four color CMYK) of #bbb276 color hex is 0.00, 0.05, 0.37, 0.27. Web safe color of #bbb276 is #cc9966. Color #bbb276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01110110
Octal 273 262 166
Decimal 187 178 118
Hex BB B2 76

RGB Percentages of Color #bbb276

%38.72
%36.85
%24.43

CMYK Percentages of Color #bbb276

%0
%5
%37
%27

Triadic Colors of #bbb276

#bbb276 #76bbb2 #b276bb

Analogous Colors of #bbb276

#bbb276 #a2bb76 #bb9076

Monochromatic Colors of #bbb276

#bbb276

Complementary Color

#bbb276 #767fbb

#bbb276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb276 Color CSS Codes

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

#bbb276 Text Font Color

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

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


#bbb276 Background Color

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

This div background color is #bbb276


#bbb276 Border Color

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

This div border color is #bbb276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb276


Comments

No comments written yet.

Please login to write comment.