#BCB87E

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

Shades of Pine Glade #BCB87E

Tints of Pine Glade #BCB87E

Color information

#BCB87E (or 0xBCB87E) is unknown color: approx Pine Glade. HEX triplet: BC, B8 and 7E. RGB value is (188,184,126). Sum of RGB (Red+Green+Blue) = 188+184+126=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB87E is #434781. Grayscale: #B2B2B2. Windows color (decimal): -4409218 or 8304828. OLE color: 8304828.

HSL color Cylindrical-coordinate representation of color #BCB87E: hue angle of 56.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCB87E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB188184126-
CMYK00.020.330.26
HSL56.13º31.63%61.57%-
HSV(B)56.13º32.98%73.73%-
XYZ41.6546.4826.52-
YUV178.5898.33134.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=37.75%
G=36.95%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818412600.020.330.2656.1331.6361.57
HexBCB87E02211A38203e
Octal274270176024132704076
Binary1011110010111000111111001010000111010111000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB87E; }

 p { color: rgb(188,184,126); }

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

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

 a { background-color: rgb(188,184,126); }

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

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

 span { border-color: rgb(188,184,126); }

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