#BFBF87

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

Shades of Pine Glade #BFBF87

Tints of Pine Glade #BFBF87

Color information

#BFBF87 (or 0xBFBF87) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 87. RGB value is (191,191,135). Sum of RGB (Red+Green+Blue) = 191+191+135=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF87 is #404078. Grayscale: #B8B8B8. Windows color (decimal): -4210809 or 8896447. OLE color: 8896447.

HSL color Cylindrical-coordinate representation of color #BFBF87: hue angle of 60º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFBF87 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191191135-
CMYK000.290.25
HSL60º30.43%63.92%-
HSV(B)60º29.32%74.9%-
XYZ44.4950.0930.24-
YUV184.62100132.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 135 (53.12% from 255) = 26.11%
R=36.94%
G=36.94%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191135000.290.256030.4363.92
HexBFBF87001D193c1e40
Octal2772772070035317436100
Binary101111111011111110000111001110111001111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF87; }

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

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

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

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

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

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

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

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