Html Css Color HEX #BA4807 Rust

📋 copy color: '#BA4807'

red 186 ◦ green 72 ◦ blue 7

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

Shades of Rust #BA4807

Tints of Rust #BA4807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 70.19%
G = 27.17%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4807 (or 0xBA4807) is known color: Rust. HEX triplet: BA, 48 and 07. RGB value is (186,72,7). Sum of RGB (Red+Green+Blue) = 186+72+7=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4807 is #45B7F8. Grayscale: #636363. Windows color (decimal): -4569081 or 477370. OLE color: 477370.

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

Color convert

RGB 186 72 7 -
CMYK 0 0.61 0.96 0.27
HSL 21.79º 0.93% 0.38% -
HSV(B) 21.79º 0.96% 0.73% -
XYZ 22.61 15.09 1.92 -
YUV 98.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 186 72 7 0 0.61 0.96 0.27 21.79 0.93 0.38
Hex BA 48 7 0 3D 60 1B 16 5D 26
Octal 272 110 7 0 75 140 33 26 135 46
Binary 10111010 1001000 111 0 111101 1100000 11011 10110 1011101 100110

Color Harmonies of #BA4807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4807

Black with #BA4807

Text Example


Text Example

White with #BA4807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4807; }

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

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

background-color css

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

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

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

border-color css

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

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

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