#BFBE84

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

Shades of Pine Glade #BFBE84

Tints of Pine Glade #BFBE84

Color information

#BFBE84 (or 0xBFBE84) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 84. RGB value is (191,190,132). Sum of RGB (Red+Green+Blue) = 191+190+132=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE84 is #40417B. Grayscale: #B7B7B7. Windows color (decimal): -4211068 or 8699583. OLE color: 8699583.

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

Color convert

RGB191190132-
CMYK00.010.310.25
HSL58.98º31.55%63.33%-
HSV(B)58.98º30.89%74.9%-
XYZ44.0649.5729.08-
YUV183.6998.83133.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=37.23%
G=37.04%
B=25.73%

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
Decimal19119013200.010.310.2558.9831.5563.33
HexBFBE84011F193b203f
Octal277276204013731734077
Binary101111111011111010000100011111111001111011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE84; }

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

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

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

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

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

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

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

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