Html Css Color HEX #BA5317 Rust

📋 copy color: '#BA5317'

red 186 ◦ green 83 ◦ blue 23

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

Shades of Rust #BA5317

Tints of Rust #BA5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 63.7%
G = 28.42%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5317 (or 0xBA5317) is known color: Rust. HEX triplet: BA, 53 and 17. RGB value is (186,83,23). Sum of RGB (Red+Green+Blue) = 186+83+23=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5317 is #45ACE8. Grayscale: #6B6B6B. Windows color (decimal): -4566249 or 1528762. OLE color: 1528762.

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

Color convert

RGB 186 83 23 -
CMYK 0 0.55 0.88 0.27
HSL 22.09º 0.78% 0.41% -
HSV(B) 22.09º 0.88% 0.73% -
XYZ 23.5 16.69 2.79 -
YUV 106.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 186 83 23 0 0.55 0.88 0.27 22.09 0.78 0.41
Hex BA 53 17 0 37 58 1B 16 4E 29
Octal 272 123 27 0 67 130 33 26 116 51
Binary 10111010 1010011 10111 0 110111 1011000 11011 10110 1001110 101001

Color Harmonies of #BA5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5317

Black with #BA5317

Text Example


Text Example

White with #BA5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5317; }

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

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

background-color css

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

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

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

border-color css

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

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

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