Html Css Color HEX #BA5817 Rust

📋 copy color: '#BA5817'

red 186 ◦ green 88 ◦ blue 23

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

Shades of Rust #BA5817

Tints of Rust #BA5817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 62.63%
G = 29.63%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5817 (or 0xBA5817) is known color: Rust. HEX triplet: BA, 58 and 17. RGB value is (186,88,23). Sum of RGB (Red+Green+Blue) = 186+88+23=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5817 is #45A7E8. Grayscale: #6E6E6E. Windows color (decimal): -4564969 or 1530042. OLE color: 1530042.

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

Color convert

RGB 186 88 23 -
CMYK 0 0.53 0.88 0.27
HSL 23.93º 0.78% 0.41% -
HSV(B) 23.93º 0.88% 0.73% -
XYZ 23.89 17.48 2.93 -
YUV 109.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 186 88 23 0 0.53 0.88 0.27 23.93 0.78 0.41
Hex BA 58 17 0 35 58 1B 18 4E 29
Octal 272 130 27 0 65 130 33 30 116 51
Binary 10111010 1011000 10111 0 110101 1011000 11011 11000 1001110 101001

Color Harmonies of #BA5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5817

Black with #BA5817

Text Example


Text Example

White with #BA5817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5817; }

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

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

background-color css

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

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

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

border-color css

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

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

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