#BEBD84

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

Shades of Pine Glade #BEBD84

Tints of Pine Glade #BEBD84

Color information

#BEBD84 (or 0xBEBD84) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 84. RGB value is (190,189,132). Sum of RGB (Red+Green+Blue) = 190+189+132=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD84 is #41427B. Grayscale: #B7B7B7. Windows color (decimal): -4276860 or 8699326. OLE color: 8699326.

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

Color convert

RGB190189132-
CMYK00.010.310.25
HSL58.97º30.85%63.14%-
HSV(B)58.97º30.53%74.51%-
XYZ43.649.0128.99-
YUV182.899.33133.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=37.18%
G=36.99%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018913200.010.310.2558.9730.8563.14
HexBEBD84011F193b1f3f
Octal276275204013731733777
Binary10111110101111011000010001111111100111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD84; }

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

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

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

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

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

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

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

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