#BEBD86

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

Shades of Pine Glade #BEBD86

Tints of Pine Glade #BEBD86

Color information

#BEBD86 (or 0xBEBD86) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 86. RGB value is (190,189,134). Sum of RGB (Red+Green+Blue) = 190+189+134=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD86 is #414279. Grayscale: #B7B7B7. Windows color (decimal): -4276858 or 8830398. OLE color: 8830398.

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

Color convert

RGB190189134-
CMYK00.010.290.25
HSL58.93º30.11%63.53%-
HSV(B)58.93º29.47%74.51%-
XYZ43.7449.0629.72-
YUV183.03100.33132.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=37.04%
G=36.84%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018913400.010.290.2558.9330.1163.53
HexBEBD86011D193b1e40
Octal2762752060135317336100
Binary101111101011110110000110011110111001111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD86; }

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

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

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

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

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

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

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

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