#BCB87F

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

Shades of Pine Glade #BCB87F

Tints of Pine Glade #BCB87F

Color information

#BCB87F (or 0xBCB87F) is unknown color: approx Pine Glade. HEX triplet: BC, B8 and 7F. RGB value is (188,184,127). Sum of RGB (Red+Green+Blue) = 188+184+127=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB87F is #434780. Grayscale: #B2B2B2. Windows color (decimal): -4409217 or 8370364. OLE color: 8370364.

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

Color convert

RGB188184127-
CMYK00.020.320.26
HSL56.07º31.28%61.76%-
HSV(B)56.07º32.45%73.73%-
XYZ41.7146.526.86-
YUV178.798.83134.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 127 (50% from 255) = 25.45%
R=37.68%
G=36.87%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818412700.020.320.2656.0731.2861.76
HexBCB87F02201A381f3e
Octal274270177024032703776
Binary101111001011100011111110101000001101011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB87F; }

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

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

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

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

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

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

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

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