#BEBE85

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

Shades of Pine Glade #BEBE85

Tints of Pine Glade #BEBE85

Color information

#BEBE85 (or 0xBEBE85) is unknown color: approx Pine Glade. HEX triplet: BE, BE and 85. RGB value is (190,190,133). Sum of RGB (Red+Green+Blue) = 190+190+133=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE85 is #41417A. Grayscale: #B7B7B7. Windows color (decimal): -4276603 or 8765118. OLE color: 8765118.

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

Color convert

RGB190190133-
CMYK000.30.25
HSL60º30.48%63.33%-
HSV(B)60º30%74.51%-
XYZ43.8849.4729.43-
YUV183.599.5132.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190133000.30.256030.4863.33
HexBEBE85001E193c1e3f
Octal276276205003631743677
Binary10111110101111101000010100111101100111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE85; }

 p { color: rgb(190,190,133); }

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

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

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

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

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

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

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