#BFBA80

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

Shades of Pine Glade #BFBA80

Tints of Pine Glade #BFBA80

Color information

#BFBA80 (or 0xBFBA80) is unknown color: approx Pine Glade. HEX triplet: BF, BA and 80. RGB value is (191,186,128). Sum of RGB (Red+Green+Blue) = 191+186+128=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA80 is #40457F. Grayscale: #B5B5B5. Windows color (decimal): -4212096 or 8436415. OLE color: 8436415.

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

Color convert

RGB191186128-
CMYK00.030.330.25
HSL55.24º32.98%62.55%-
HSV(B)55.24º32.98%74.9%-
XYZ42.9447.7527.38-
YUV180.8898.16135.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=37.82%
G=36.83%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118612800.030.330.2555.2432.9862.55
HexBFBA8003211937213f
Octal277272200034131674177
Binary10111111101110101000000001110000111001110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA80; }

 p { color: rgb(191,186,128); }

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

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

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

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

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

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

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