Html Css Color HEX #BA4906 Rust

📋 copy color: '#BA4906'

red 186 ◦ green 73 ◦ blue 6

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

Shades of Rust #BA4906

Tints of Rust #BA4906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 70.19%
G = 27.55%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA4906 (or 0xBA4906) is known color: Rust. HEX triplet: BA, 49 and 06. RGB value is (186,73,6). Sum of RGB (Red+Green+Blue) = 186+73+6=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4906 is #45B6F9. Grayscale: #636363. Windows color (decimal): -4568826 or 412090. OLE color: 412090.

HSL color Cylindrical-coordinate representation of color #BA4906: hue angle of 22.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA4906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 6 -
CMYK 0 0.61 0.97 0.27
HSL 22.33º 0.94% 0.38% -
HSV(B) 22.33º 0.97% 0.73% -
XYZ 22.67 15.22 1.91 -
YUV 99.15 75.44 189.95 -
System Red Green Blue C M Y K H S L
Decimal 186 73 6 0 0.61 0.97 0.27 22.33 0.94 0.38
Hex BA 49 6 0 3D 61 1B 16 5E 26
Octal 272 111 6 0 75 141 33 26 136 46
Binary 10111010 1001001 110 0 111101 1100001 11011 10110 1011110 100110

Color Harmonies of #BA4906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4906

Black with #BA4906

Text Example


Text Example

White with #BA4906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4906; }

 p { color: rgb(186,73,6); }

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

background-color css

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

 a { background-color: rgb(186,73,6); }

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

border-color css

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

 span { border-color: rgb(186,73,6); }

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