#BA4806

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

Shades of Rust #BA4806

Tints of Rust #BA4806

Color information

#BA4806 (or 0xBA4806) is unknown color: approx Rust. HEX triplet: BA, 48 and 06. RGB value is (186,72,6). Sum of RGB (Red+Green+Blue) = 186+72+6=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4806 is #45B7F9. Grayscale: #626262. Windows color (decimal): -4569082 or 411834. OLE color: 411834.

HSL color Cylindrical-coordinate representation of color #BA4806: hue angle of 22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA4806 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186726-
CMYK00.610.970.27
HSL22º93.75%37.65%-
HSV(B)22º96.77%72.94%-
XYZ22.615.091.89-
YUV98.5675.77190.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=70.45%
G=27.27%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18672600.610.970.272293.7537.65
HexBA48603D611B165e26
Octal2721106075141332613646
Binary1011101010010001100111101110000111011101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4806; }

 p { color: rgb(186,72,6); }

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

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

 a { background-color: rgb(186,72,6); }

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

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

 span { border-color: rgb(186,72,6); }

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