#B4B199

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

Shades of Eagle #B4B199

Tints of Eagle #B4B199

Color information

#B4B199 (or 0xB4B199) is unknown color: approx Eagle. HEX triplet: B4, B1 and 99. RGB value is (180,177,153). Sum of RGB (Red+Green+Blue) = 180+177+153=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B199 is #4B4E66. Grayscale: #AFAFAF. Windows color (decimal): -4935271 or 10072500. OLE color: 10072500.

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

Color convert

RGB180177153-
CMYK00.020.150.29
HSL53.33º15.25%65.29%-
HSV(B)53.33º15%70.59%-
XYZ40.2943.4536.4-
YUV175.16115.49131.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 153 (60.16% from 255) = 30%
R=35.29%
G=34.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017715300.020.150.2953.3315.2565.29
HexB4B19902F1D35f41
Octal2642612310217356517101
Binary10110100101100011001100101011111110111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B199; }

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

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

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

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

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

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

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

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