#BEB980

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

Shades of Pine Glade #BEB980

Tints of Pine Glade #BEB980

Color information

#BEB980 (or 0xBEB980) is unknown color: approx Pine Glade. HEX triplet: BE, B9 and 80. RGB value is (190,185,128). Sum of RGB (Red+Green+Blue) = 190+185+128=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB980 is #41467F. Grayscale: #B4B4B4. Windows color (decimal): -4277888 or 8436158. OLE color: 8436158.

HSL color Cylindrical-coordinate representation of color #BEB980: hue angle of 55.16º degrees, saturation: 0.32, 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 #BEB980 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190185128-
CMYK00.030.330.25
HSL55.16º32.29%62.35%-
HSV(B)55.16º32.63%74.51%-
XYZ42.4847.227.29-
YUV18098.66135.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=37.77%
G=36.78%
B=25.45%

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
Decimal19018512800.030.330.2555.1632.2962.35
HexBEB98003211937203e
Octal276271200034131674076
Binary10111110101110011000000001110000111001110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB980; }

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

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

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

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

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

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

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

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