#B3B199

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

Shades of Eagle #B3B199

Tints of Eagle #B3B199

Color information

#B3B199 (or 0xB3B199) is unknown color: approx Eagle. HEX triplet: B3, B1 and 99. RGB value is (179,177,153). Sum of RGB (Red+Green+Blue) = 179+177+153=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B199 is #4C4E66. Grayscale: #AEAEAE. Windows color (decimal): -5000807 or 10072499. OLE color: 10072499.

HSL color Cylindrical-coordinate representation of color #B3B199: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3B199 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179177153-
CMYK00.010.150.30
HSL55.38º14.61%65.1%-
HSV(B)55.38º14.53%70.2%-
XYZ40.0643.3336.39-
YUV174.86115.66130.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=35.17%
G=34.77%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917715300.010.150.3055.3814.6165.1
HexB3B19901F1E37f41
Octal2632612310117366717101
Binary1011001110110001100110010111111111011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B199; }

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

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

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

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

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

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

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

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