#BEBD81

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

Shades of Pine Glade #BEBD81

Tints of Pine Glade #BEBD81

Color information

#BEBD81 (or 0xBEBD81) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 81. RGB value is (190,189,129). Sum of RGB (Red+Green+Blue) = 190+189+129=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD81 is #41427E. Grayscale: #B6B6B6. Windows color (decimal): -4276863 or 8502718. OLE color: 8502718.

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

Color convert

RGB190189129-
CMYK00.010.320.25
HSL59.02º31.94%62.55%-
HSV(B)59.02º32.11%74.51%-
XYZ43.448.9327.93-
YUV182.4697.83133.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=37.40%
G=37.20%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018912900.010.320.2559.0231.9462.55
HexBEBD810120193b203f
Octal276275201014031734077
Binary1011111010111101100000010110000011001111011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD81; }

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

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

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

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

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

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

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

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