#BA5106

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

Shades of Rust #BA5106

Tints of Rust #BA5106

Color information

#BA5106 (or 0xBA5106) is unknown color: approx Rust. HEX triplet: BA, 51 and 06. RGB value is (186,81,6). Sum of RGB (Red+Green+Blue) = 186+81+6=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5106 is #45AEF9. Grayscale: #686868. Windows color (decimal): -4566778 or 414138. OLE color: 414138.

HSL color Cylindrical-coordinate representation of color #BA5106: hue angle of 25º 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 #BA5106 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186816-
CMYK00.560.970.27
HSL25º93.75%37.65%-
HSV(B)25º96.77%72.94%-
XYZ23.2316.342.1-
YUV103.8472.79186.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=68.13%
G=29.67%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18681600.560.970.272593.7537.65
HexBA516038611B195e26
Octal2721216070141333113646
Binary1011101010100011100111000110000111011110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5106; }

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

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

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

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

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

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

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

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