#B6B199

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

Shades of Eagle #B6B199

Tints of Eagle #B6B199

Color information

#B6B199 (or 0xB6B199) is unknown color: approx Eagle. HEX triplet: B6, B1 and 99. RGB value is (182,177,153). Sum of RGB (Red+Green+Blue) = 182+177+153=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B199 is #494E66. Grayscale: #AFAFAF. Windows color (decimal): -4804199 or 10072502. OLE color: 10072502.

HSL color Cylindrical-coordinate representation of color #B6B199: hue angle of 49.66º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6B199 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182177153-
CMYK00.030.160.29
HSL49.66º16.57%65.69%-
HSV(B)49.66º15.93%71.37%-
XYZ40.7643.6936.42-
YUV175.76115.16132.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=35.55%
G=34.57%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217715300.030.160.2949.6616.5765.69
HexB6B19903101D321142
Octal2662612310320356221102
Binary1011011010110001100110010111000011101110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B199; }

 p { color: rgb(182,177,153); }

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

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

 a { background-color: rgb(182,177,153); }

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

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

 span { border-color: rgb(182,177,153); }

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