Html Css Color HEX #BA5916 Rust

📋 copy color: '#BA5916'

red 186 ◦ green 89 ◦ blue 22

#BA5916
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BA5916

Tints of Rust #BA5916

RGB

 RED value IS 186 (73.05% from 255) = 62.63%

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 62.63%
G = 29.97%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5916 (or 0xBA5916) is known color: Rust. HEX triplet: BA, 59 and 16. RGB value is (186,89,22). Sum of RGB (Red+Green+Blue) = 186+89+22=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5916 is #45A6E9. Grayscale: #6E6E6E. Windows color (decimal): -4564714 or 1464762. OLE color: 1464762.

HSL color Cylindrical-coordinate representation of color #BA5916: hue angle of 24.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA5916 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 22 -
CMYK 0 0.52 0.88 0.27
HSL 24.51º 0.79% 0.41% -
HSV(B) 24.51º 0.88% 0.73% -
XYZ 23.97 17.64 2.9 -
YUV 110.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 186 89 22 0 0.52 0.88 0.27 24.51 0.79 0.41
Hex BA 59 16 0 34 58 1B 19 4F 29
Octal 272 131 26 0 64 130 33 31 117 51
Binary 10111010 1011001 10110 0 110100 1011000 11011 11001 1001111 101001

Color Harmonies of #BA5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5916

Black with #BA5916

Text Example


Text Example

White with #BA5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5916; }

 p { color: rgb(186,89,22); }

 H1.HeaderClassName
 {
   color: #BA5916;
 }
 .AnyTagClassName
 {
   color: #BA5916;
 }
</style>

background-color css

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

 a { background-color: rgb(186,89,22); }

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

border-color css

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

 span { border-color: rgb(186,89,22); }

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