#B4AF98

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

Shades of Eagle #B4AF98

Tints of Eagle #B4AF98

Color information

#B4AF98 (or 0xB4AF98) is unknown color: approx Eagle. HEX triplet: B4, AF and 98. RGB value is (180,175,152). Sum of RGB (Red+Green+Blue) = 180+175+152=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF98 is #4B5067. Grayscale: #ADADAD. Windows color (decimal): -4935784 or 10006452. OLE color: 10006452.

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

Color convert

RGB180175152-
CMYK00.030.160.29
HSL49.29º15.73%65.1%-
HSV(B)49.29º15.56%70.59%-
XYZ39.8242.6335.84-
YUV173.87115.66132.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=35.50%
G=34.52%
B=29.98%

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
Decimal18017515200.030.160.2949.2915.7365.1
HexB4AF9803101D311041
Octal2642572300320356120101
Binary1011010010101111100110000111000011101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF98; }

 p { color: rgb(180,175,152); }

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

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

 a { background-color: rgb(180,175,152); }

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

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

 span { border-color: rgb(180,175,152); }

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