#BFC787

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

Shades of Pine Glade #BFC787

Tints of Pine Glade #BFC787

Color information

#BFC787 (or 0xBFC787) is unknown color: approx Pine Glade. HEX triplet: BF, C7 and 87. RGB value is (191,199,135). Sum of RGB (Red+Green+Blue) = 191+199+135=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC787 is #403878. Grayscale: #BDBDBD. Windows color (decimal): -4208761 or 8898495. OLE color: 8898495.

HSL color Cylindrical-coordinate representation of color #BFC787: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC787 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB191199135-
CMYK0.0400.320.22
HSL67.5º36.36%65.49%-
HSV(B)67.5º32.16%78.04%-
XYZ46.2853.6730.84-
YUV189.3197.35129.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=36.38%
G=37.90%
B=25.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991350.0400.320.2267.536.3665.49
HexBFC787402016442441
Octal27730720740402610444101
Binary10111111110001111000011110001000001011010001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC787; }

 p { color: rgb(191,199,135); }

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

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

 a { background-color: rgb(191,199,135); }

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

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

 span { border-color: rgb(191,199,135); }

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