#BEBD83

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

Shades of Pine Glade #BEBD83

Tints of Pine Glade #BEBD83

Color information

#BEBD83 (or 0xBEBD83) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 83. RGB value is (190,189,131). Sum of RGB (Red+Green+Blue) = 190+189+131=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD83 is #41427C. Grayscale: #B6B6B6. Windows color (decimal): -4276861 or 8633790. OLE color: 8633790.

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

Color convert

RGB190189131-
CMYK00.010.310.25
HSL58.98º31.22%62.94%-
HSV(B)58.98º31.05%74.51%-
XYZ43.5348.9828.63-
YUV182.6998.83133.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=37.25%
G=37.06%
B=25.69%

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
Decimal19018913100.010.310.2558.9831.2262.94
HexBEBD83011F193b1f3f
Octal276275203013731733777
Binary10111110101111011000001101111111100111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD83; }

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

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

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

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

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

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

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

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