#BEBD80

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

Shades of Pine Glade #BEBD80

Tints of Pine Glade #BEBD80

Color information

#BEBD80 (or 0xBEBD80) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 80. RGB value is (190,189,128). Sum of RGB (Red+Green+Blue) = 190+189+128=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD80 is #41427F. Grayscale: #B6B6B6. Windows color (decimal): -4276864 or 8437182. OLE color: 8437182.

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

Color convert

RGB190189128-
CMYK00.010.330.25
HSL59.03º32.29%62.35%-
HSV(B)59.03º32.63%74.51%-
XYZ43.3348.927.58-
YUV182.3497.33133.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=37.48%
G=37.28%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018912800.010.330.2559.0332.2962.35
HexBEBD800121193b203e
Octal276275200014131734076
Binary1011111010111101100000000110000111001111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD80; }

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

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

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

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

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

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

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

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