Html Css Color HEX #BA4806 Rust

📋 copy color: '#BA4806'

red 186 ◦ green 72 ◦ blue 6

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

Shades of Rust #BA4806

Tints of Rust #BA4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 70.45%
G = 27.27%
B = 2.27%

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

#BA4806 (or 0xBA4806) is known color: Rust. HEX triplet: BA, 48 and 06. RGB value is (186,72,6). Sum of RGB (Red+Green+Blue) = 186+72+6=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4806 is #45B7F9. Grayscale: #626262. Windows color (decimal): -4569082 or 411834. OLE color: 411834.

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

Color convert

RGB 186 72 6 -
CMYK 0 0.61 0.97 0.27
HSL 22º 0.94% 0.38% -
HSV(B) 22º 0.97% 0.73% -
XYZ 22.6 15.09 1.89 -
YUV 98.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 186 72 6 0 0.61 0.97 0.27 22 0.94 0.38
Hex BA 48 6 0 3D 61 1B 16 5E 26
Octal 272 110 6 0 75 141 33 26 136 46
Binary 10111010 1001000 110 0 111101 1100001 11011 10110 1011110 100110

Color Harmonies of #BA4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4806

Black with #BA4806

Text Example


Text Example

White with #BA4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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