#BEBC80

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

Shades of Pine Glade #BEBC80

Tints of Pine Glade #BEBC80

Color information

#BEBC80 (or 0xBEBC80) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 80. RGB value is (190,188,128). Sum of RGB (Red+Green+Blue) = 190+188+128=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC80 is #41437F. Grayscale: #B6B6B6. Windows color (decimal): -4277120 or 8436926. OLE color: 8436926.

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

Color convert

RGB190188128-
CMYK00.010.330.25
HSL58.06º32.29%62.35%-
HSV(B)58.06º32.63%74.51%-
XYZ43.1148.4727.51-
YUV181.7697.66133.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=37.55%
G=37.15%
B=25.30%

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
Decimal19018812800.010.330.2558.0632.2962.35
HexBEBC800121193a203e
Octal276274200014131724076
Binary1011111010111100100000000110000111001111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC80; }

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

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

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

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

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

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

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

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