#B3AF98

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

Shades of Eagle #B3AF98

Tints of Eagle #B3AF98

Color information

#B3AF98 (or 0xB3AF98) is unknown color: approx Eagle. HEX triplet: B3, AF and 98. RGB value is (179,175,152). Sum of RGB (Red+Green+Blue) = 179+175+152=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF98 is #4C5067. Grayscale: #ADADAD. Windows color (decimal): -5001320 or 10006451. OLE color: 10006451.

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

Color convert

RGB179175152-
CMYK00.020.150.30
HSL51.11º15.08%64.9%-
HSV(B)51.11º15.08%70.2%-
XYZ39.5942.5135.82-
YUV173.57115.83131.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=35.38%
G=34.58%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917515200.020.150.3051.1115.0864.9
HexB3AF9802F1E33f41
Octal2632572300217366317101
Binary10110011101011111001100001011111111011001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF98; }

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

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

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

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

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

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

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

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