#BCBB77

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

Shades of Pine Glade #BCBB77

Tints of Pine Glade #BCBB77

Color information

#BCBB77 (or 0xBCBB77) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 77. RGB value is (188,187,119). Sum of RGB (Red+Green+Blue) = 188+187+119=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB77 is #434488. Grayscale: #B3B3B3. Windows color (decimal): -4408457 or 7846844. OLE color: 7846844.

HSL color Cylindrical-coordinate representation of color #BCBB77: hue angle of 59.13º 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 #BCBB77 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB188187119-
CMYK00.010.370.26
HSL59.13º33.99%60.2%-
HSV(B)59.13º36.7%73.73%-
XYZ41.8447.5624.43-
YUV179.5593.83134.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=38.06%
G=37.85%
B=24.09%

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
Decimal18818711900.010.370.2659.1333.9960.2
HexBCBB7701251A3b223c
Octal274273167014532734274
Binary101111001011101111101110110010111010111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB77; }

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

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

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

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

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

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

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

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