#B4AF9A

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

Shades of Eagle #B4AF9A

Tints of Eagle #B4AF9A

Color information

#B4AF9A (or 0xB4AF9A) is unknown color: approx Eagle. HEX triplet: B4, AF and 9A. RGB value is (180,175,154). Sum of RGB (Red+Green+Blue) = 180+175+154=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF9A is #4B5065. Grayscale: #AEAEAE. Windows color (decimal): -4935782 or 10137524. OLE color: 10137524.

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

Color convert

RGB180175154-
CMYK00.030.140.29
HSL48.46º14.77%65.49%-
HSV(B)48.46º14.44%70.59%-
XYZ39.9942.736.71-
YUV174.1116.66132.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=35.36%
G=34.38%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017515400.030.140.2948.4614.7765.49
HexB4AF9A03E1D30f41
Octal2642572320316356017101
Binary10110100101011111001101001111101110111000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF9A; }

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

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

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

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

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

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

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

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