Html Css Color HEX #BA4506 Rust

📋 copy color: '#BA4506'

red 186 ◦ green 69 ◦ blue 6

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

Shades of Rust #BA4506

Tints of Rust #BA4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 71.26%
G = 26.44%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA4506 (or 0xBA4506) is known color: Rust. HEX triplet: BA, 45 and 06. RGB value is (186,69,6). Sum of RGB (Red+Green+Blue) = 186+69+6=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4506 is #45BAF9. Grayscale: #616161. Windows color (decimal): -4569850 or 411066. OLE color: 411066.

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

Color convert

RGB 186 69 6 -
CMYK 0 0.63 0.97 0.27
HSL 21º 0.94% 0.38% -
HSV(B) 21º 0.97% 0.73% -
XYZ 22.41 14.71 1.83 -
YUV 96.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 186 69 6 0 0.63 0.97 0.27 21 0.94 0.38
Hex BA 45 6 0 3F 61 1B 15 5E 26
Octal 272 105 6 0 77 141 33 25 136 46
Binary 10111010 1000101 110 0 111111 1100001 11011 10101 1011110 100110

Color Harmonies of #BA4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4506

Black with #BA4506

Text Example


Text Example

White with #BA4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4506; }

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

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

background-color css

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

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

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

border-color css

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

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

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