#BFBF84

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

Shades of Pine Glade #BFBF84

Tints of Pine Glade #BFBF84

Color information

#BFBF84 (or 0xBFBF84) is unknown color: approx Pine Glade. HEX triplet: BF, BF and 84. RGB value is (191,191,132). Sum of RGB (Red+Green+Blue) = 191+191+132=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF84 is #40407B. Grayscale: #B8B8B8. Windows color (decimal): -4210812 or 8699839. OLE color: 8699839.

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

Color convert

RGB191191132-
CMYK000.310.25
HSL60º31.55%63.33%-
HSV(B)60º30.89%74.9%-
XYZ44.285029.15-
YUV184.2798.5132.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=37.16%
G=37.16%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191132000.310.256031.5563.33
HexBFBF84001F193c203f
Octal277277204003731744077
Binary101111111011111110000100001111111001111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF84; }

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

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

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

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

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

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

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

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