#BEBB80

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

Shades of Pine Glade #BEBB80

Tints of Pine Glade #BEBB80

Color information

#BEBB80 (or 0xBEBB80) is unknown color: approx Pine Glade. HEX triplet: BE, BB and 80. RGB value is (190,187,128). Sum of RGB (Red+Green+Blue) = 190+187+128=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB80 is #41447F. Grayscale: #B5B5B5. Windows color (decimal): -4277376 or 8436670. OLE color: 8436670.

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

Color convert

RGB190187128-
CMYK00.020.330.25
HSL57.1º32.29%62.35%-
HSV(B)57.1º32.63%74.51%-
XYZ42.948.0527.43-
YUV181.1797.99134.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=37.62%
G=37.03%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018712800.020.330.2557.132.2962.35
HexBEBB8002211939203e
Octal276273200024131714076
Binary10111110101110111000000001010000111001111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB80; }

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

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

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

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

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

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

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

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