Html Css Color HEX #BA5617 Rust

📋 copy color: '#BA5617'

red 186 ◦ green 86 ◦ blue 23

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

Shades of Rust #BA5617

Tints of Rust #BA5617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

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

R = 63.05%
G = 29.15%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5617 (or 0xBA5617) is known color: Rust. HEX triplet: BA, 56 and 17. RGB value is (186,86,23). Sum of RGB (Red+Green+Blue) = 186+86+23=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5617 is #45A9E8. Grayscale: #6D6D6D. Windows color (decimal): -4565481 or 1529530. OLE color: 1529530.

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

Color convert

RGB 186 86 23 -
CMYK 0 0.54 0.88 0.27
HSL 23.19º 0.78% 0.41% -
HSV(B) 23.19º 0.88% 0.73% -
XYZ 23.73 17.16 2.87 -
YUV 108.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 186 86 23 0 0.54 0.88 0.27 23.19 0.78 0.41
Hex BA 56 17 0 36 58 1B 17 4E 29
Octal 272 126 27 0 66 130 33 27 116 51
Binary 10111010 1010110 10111 0 110110 1011000 11011 10111 1001110 101001

Color Harmonies of #BA5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5617

Black with #BA5617

Text Example


Text Example

White with #BA5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5617; }

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

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

background-color css

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

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

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

border-color css

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

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

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