#BFBD87

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

Shades of Pine Glade #BFBD87

Tints of Pine Glade #BFBD87

Color information

#BFBD87 (or 0xBFBD87) is unknown color: approx Pine Glade. HEX triplet: BF, BD and 87. RGB value is (191,189,135). Sum of RGB (Red+Green+Blue) = 191+189+135=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD87 is #404278. Grayscale: #B7B7B7. Windows color (decimal): -4211321 or 8895935. OLE color: 8895935.

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

Color convert

RGB191189135-
CMYK00.010.290.25
HSL57.86º30.43%63.92%-
HSV(B)57.86º29.32%74.9%-
XYZ44.0649.2230.1-
YUV183.44100.66133.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 135 (53.12% from 255) = 26.21%
R=37.09%
G=36.70%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118913500.010.290.2557.8630.4363.92
HexBFBD87011D193a1e40
Octal2772752070135317236100
Binary101111111011110110000111011110111001111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD87; }

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

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

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

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

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

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

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

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