#BFBE85

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

Shades of Pine Glade #BFBE85

Tints of Pine Glade #BFBE85

Color information

#BFBE85 (or 0xBFBE85) is unknown color: approx Pine Glade. HEX triplet: BF, BE and 85. RGB value is (191,190,133). Sum of RGB (Red+Green+Blue) = 191+190+133=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE85 is #40417A. Grayscale: #B8B8B8. Windows color (decimal): -4211067 or 8765119. OLE color: 8765119.

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

Color convert

RGB191190133-
CMYK00.010.300.25
HSL58.97º31.18%63.53%-
HSV(B)58.97º30.37%74.9%-
XYZ44.1349.629.44-
YUV183.899.33133.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=37.16%
G=36.96%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119013300.010.300.2558.9731.1863.53
HexBFBE85011E193b1f40
Octal2772762050136317337100
Binary101111111011111010000101011111011001111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE85; }

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

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

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

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

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

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

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

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