#BEB97D

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

Shades of Pine Glade #BEB97D

Tints of Pine Glade #BEB97D

Color information

#BEB97D (or 0xBEB97D) is unknown color: approx Pine Glade. HEX triplet: BE, B9 and 7D. RGB value is (190,185,125). Sum of RGB (Red+Green+Blue) = 190+185+125=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB97D is #414682. Grayscale: #B3B3B3. Windows color (decimal): -4277891 or 8239550. OLE color: 8239550.

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

Color convert

RGB190185125-
CMYK00.030.340.25
HSL55.38º33.33%61.76%-
HSV(B)55.38º34.21%74.51%-
XYZ42.2947.1326.27-
YUV179.6697.16135.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 125 (49.22% from 255) = 25%
R=38%
G=37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018512500.030.340.2555.3833.3361.76
HexBEB97D03221937213e
Octal276271175034231674176
Binary1011111010111001111110101110001011001110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB97D; }

 p { color: rgb(190,185,125); }

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

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

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

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

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

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

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