#BFBD84

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

Shades of Pine Glade #BFBD84

Tints of Pine Glade #BFBD84

Color information

#BFBD84 (or 0xBFBD84) is unknown color: approx Pine Glade. HEX triplet: BF, BD and 84. RGB value is (191,189,132). Sum of RGB (Red+Green+Blue) = 191+189+132=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD84 is #40427B. Grayscale: #B7B7B7. Windows color (decimal): -4211324 or 8699327. OLE color: 8699327.

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

Color convert

RGB191189132-
CMYK00.010.310.25
HSL57.97º31.55%63.33%-
HSV(B)57.97º30.89%74.9%-
XYZ43.8549.1429-
YUV183.199.16133.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=37.30%
G=36.91%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118913200.010.310.2557.9731.5563.33
HexBFBD84011F193a203f
Octal277275204013731724077
Binary101111111011110110000100011111111001111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD84; }

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

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

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

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

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

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

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

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