#BEBB82

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

Shades of Pine Glade #BEBB82

Tints of Pine Glade #BEBB82

Color information

#BEBB82 (or 0xBEBB82) is unknown color: approx Pine Glade. HEX triplet: BE, BB and 82. RGB value is (190,187,130). Sum of RGB (Red+Green+Blue) = 190+187+130=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB82 is #41447D. Grayscale: #B5B5B5. Windows color (decimal): -4277374 or 8567742. OLE color: 8567742.

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

Color convert

RGB190187130-
CMYK00.020.320.25
HSL57º31.58%62.75%-
HSV(B)57º31.58%74.51%-
XYZ43.0348.128.14-
YUV181.498.99134.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=37.48%
G=36.88%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018713000.020.320.255731.5862.75
HexBEBB8202201939203f
Octal276273202024031714077
Binary10111110101110111000001001010000011001111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB82; }

 p { color: rgb(190,187,130); }

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

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

 a { background-color: rgb(190,187,130); }

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

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

 span { border-color: rgb(190,187,130); }

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