#BFBE81

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

Shades of Pine Glade #BFBE81

Tints of Pine Glade #BFBE81

Color information

#BFBE81 (or 0xBFBE81) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 81. RGB value is (191,190,129). Sum of RGB (Red+Green+Blue) = 191+190+129=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE81 is #40417E. Grayscale: #B7B7B7. Windows color (decimal): -4211071 or 8502975. OLE color: 8502975.

HSL color Cylindrical-coordinate representation of color #BFBE81: hue angle of 59.03º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFBE81 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191190129-
CMYK00.010.320.25
HSL59.03º32.63%62.75%-
HSV(B)59.03º32.46%74.9%-
XYZ43.8649.4928.01-
YUV183.3497.33133.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=37.45%
G=37.25%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119012900.010.320.2559.0332.6362.75
HexBFBE810120193b213f
Octal277276201014031734177
Binary1011111110111110100000010110000011001111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE81; }

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

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

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

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

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

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

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

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