#BFBE86

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

Shades of Pine Glade #BFBE86

Tints of Pine Glade #BFBE86

Color information

#BFBE86 (or 0xBFBE86) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 86. RGB value is (191,190,134). Sum of RGB (Red+Green+Blue) = 191+190+134=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE86 is #404179. Grayscale: #B8B8B8. Windows color (decimal): -4211066 or 8830655. OLE color: 8830655.

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

Color convert

RGB191190134-
CMYK00.010.300.25
HSL58.95º30.81%63.73%-
HSV(B)58.95º29.84%74.9%-
XYZ44.249.6229.8-
YUV183.9299.83133.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=37.09%
G=36.89%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119013400.010.300.2558.9530.8163.73
HexBFBE86011E193b1f40
Octal2772762060136317337100
Binary101111111011111010000110011111011001111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE86; }

 p { color: rgb(191,190,134); }

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

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

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

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

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

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

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