#BFBD81

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

Shades of Pine Glade #BFBD81

Tints of Pine Glade #BFBD81

Color information

#BFBD81 (or 0xBFBD81) is unknown color: approx Pine Glade. HEX triplet: BF, BD and 81. RGB value is (191,189,129). Sum of RGB (Red+Green+Blue) = 191+189+129=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD81 is #40427E. Grayscale: #B7B7B7. Windows color (decimal): -4211327 or 8502719. OLE color: 8502719.

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

Color convert

RGB191189129-
CMYK00.010.320.25
HSL58.06º32.63%62.75%-
HSV(B)58.06º32.46%74.9%-
XYZ43.6549.0627.94-
YUV182.7697.66133.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=37.52%
G=37.13%
B=25.34%

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
Decimal19118912900.010.320.2558.0632.6362.75
HexBFBD810120193a213f
Octal277275201014031724177
Binary1011111110111101100000010110000011001111010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD81; }

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

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

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

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

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

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

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

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