#BCBB76

Color #BCBB76 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCBB76

Tints of Pine Glade #BCBB76

Color information

#BCBB76 (or 0xBCBB76) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 76. RGB value is (188,187,118). Sum of RGB (Red+Green+Blue) = 188+187+118=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB76 is #434489. Grayscale: #B3B3B3. Windows color (decimal): -4408458 or 7781308. OLE color: 7781308.

HSL color Cylindrical-coordinate representation of color #BCBB76: hue angle of 59.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCBB76 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB188187118-
CMYK00.010.370.26
HSL59.14º34.31%60%-
HSV(B)59.14º37.23%73.73%-
XYZ41.7847.5424.11-
YUV179.4393.33134.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=38.13%
G=37.93%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818711800.010.370.2659.1434.3160
HexBCBB7601251A3b223c
Octal274273166014532734274
Binary101111001011101111101100110010111010111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB76; }

 p { color: rgb(188,187,118); }

 H1.HeaderClassName
 {
   color: #BCBB76;
 }
 .AnyTagClassName
 {
   color: #BCBB76;
 }
</style>
background-color css

<style>
 a { background-color: #BCBB76; }

 a { background-color: rgb(188,187,118); }

 div.DivClassName
 {
   background-color: #BCBB76;
 }
 .BgClassName
 {
   background-color: #BCBB76;
 }
</style>
border-color css

<style>
 span { border-color: #BCBB76; }

 span { border-color: rgb(188,187,118); }

 td.TdClassName
 {
   border-color: #BCBB76;
 }
 .TagClassName
 {
   border-color: #BCBB76;
 }
</style>