#B4B299

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

Shades of Eagle #B4B299

Tints of Eagle #B4B299

Color information

#B4B299 (or 0xB4B299) is unknown color: approx Eagle. HEX triplet: B4, B2 and 99. RGB value is (180,178,153). Sum of RGB (Red+Green+Blue) = 180+178+153=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B299 is #4B4D66. Grayscale: #AFAFAF. Windows color (decimal): -4935015 or 10072756. OLE color: 10072756.

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

Color convert

RGB180178153-
CMYK00.010.150.29
HSL55.56º15.25%65.29%-
HSV(B)55.56º15%70.59%-
XYZ40.4943.8436.47-
YUV175.75115.16131.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=35.23%
G=34.83%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017815300.010.150.2955.5615.2565.29
HexB4B29901F1D38f41
Octal2642622310117357017101
Binary1011010010110010100110010111111110111100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B299; }

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

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

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

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

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

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

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

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