#BEBD85

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

Shades of Pine Glade #BEBD85

Tints of Pine Glade #BEBD85

Color information

#BEBD85 (or 0xBEBD85) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 85. RGB value is (190,189,133). Sum of RGB (Red+Green+Blue) = 190+189+133=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD85 is #41427A. Grayscale: #B7B7B7. Windows color (decimal): -4276859 or 8764862. OLE color: 8764862.

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

Color convert

RGB190189133-
CMYK00.010.30.25
HSL58.95º30.48%63.33%-
HSV(B)58.95º30%74.51%-
XYZ43.6749.0429.35-
YUV182.9299.83133.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=37.11%
G=36.91%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018913300.010.30.2558.9530.4863.33
HexBEBD85011E193b1e3f
Octal276275205013631733677
Binary10111110101111011000010101111101100111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD85; }

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

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

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

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

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

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

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

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