#B3AF92

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

Shades of Eagle #B3AF92

Tints of Eagle #B3AF92

Color information

#B3AF92 (or 0xB3AF92) is unknown color: approx Eagle. HEX triplet: B3, AF and 92. RGB value is (179,175,146). Sum of RGB (Red+Green+Blue) = 179+175+146=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF92 is #4C506D. Grayscale: #ADADAD. Windows color (decimal): -5001326 or 9613235. OLE color: 9613235.

HSL color Cylindrical-coordinate representation of color #B3AF92: hue angle of 52.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3AF92 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179175146-
CMYK00.020.180.30
HSL52.73º17.84%63.73%-
HSV(B)52.73º18.44%70.2%-
XYZ39.1142.3233.3-
YUV172.89112.83132.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=35.8%
G=35%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917514600.020.180.3052.7317.8463.73
HexB3AF9202121E351240
Octal2632572220222366522100
Binary1011001110101111100100100101001011110110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF92; }

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

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

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

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

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

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

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

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