Html Css Color HEX #BA5217 Rust

📋 copy color: '#BA5217'

red 186 ◦ green 82 ◦ blue 23

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

Shades of Rust #BA5217

Tints of Rust #BA5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 63.92%
G = 28.18%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5217 (or 0xBA5217) is known color: Rust. HEX triplet: BA, 52 and 17. RGB value is (186,82,23). Sum of RGB (Red+Green+Blue) = 186+82+23=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5217 is #45ADE8. Grayscale: #6A6A6A. Windows color (decimal): -4566505 or 1528506. OLE color: 1528506.

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

Color convert

RGB 186 82 23 -
CMYK 0 0.56 0.88 0.27
HSL 21.72º 0.78% 0.41% -
HSV(B) 21.72º 0.88% 0.73% -
XYZ 23.42 16.54 2.77 -
YUV 106.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 186 82 23 0 0.56 0.88 0.27 21.72 0.78 0.41
Hex BA 52 17 0 38 58 1B 16 4E 29
Octal 272 122 27 0 70 130 33 26 116 51
Binary 10111010 1010010 10111 0 111000 1011000 11011 10110 1001110 101001

Color Harmonies of #BA5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5217

Black with #BA5217

Text Example


Text Example

White with #BA5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5217; }

 p { color: rgb(186,82,23); }

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

background-color css

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

 a { background-color: rgb(186,82,23); }

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

border-color css

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

 span { border-color: rgb(186,82,23); }

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