#BEB97F

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

Shades of Pine Glade #BEB97F

Tints of Pine Glade #BEB97F

Color information

#BEB97F (or 0xBEB97F) is unknown color: approx Pine Glade. HEX triplet: BE, B9 and 7F. RGB value is (190,185,127). Sum of RGB (Red+Green+Blue) = 190+185+127=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB97F is #414680. Grayscale: #B4B4B4. Windows color (decimal): -4277889 or 8370622. OLE color: 8370622.

HSL color Cylindrical-coordinate representation of color #BEB97F: hue angle of 55.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEB97F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190185127-
CMYK00.030.330.25
HSL55.24º32.64%62.16%-
HSV(B)55.24º33.16%74.51%-
XYZ42.4147.1826.95-
YUV179.8898.16135.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 127 (50% from 255) = 25.30%
R=37.85%
G=36.85%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018512700.030.330.2555.2432.6462.16
HexBEB97F03211937213e
Octal276271177034131674176
Binary1011111010111001111111101110000111001110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB97F; }

 p { color: rgb(190,185,127); }

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

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

 a { background-color: rgb(190,185,127); }

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

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

 span { border-color: rgb(190,185,127); }

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