Html Css Color HEX #BA4F07 Rust

📋 copy color: '#BA4F07'

red 186 ◦ green 79 ◦ blue 7

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

Shades of Rust #BA4F07

Tints of Rust #BA4F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

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

R = 68.38%
G = 29.04%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4F07 (or 0xBA4F07) is known color: Rust. HEX triplet: BA, 4F and 07. RGB value is (186,79,7). Sum of RGB (Red+Green+Blue) = 186+79+7=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F07 is #45B0F8. Grayscale: #676767. Windows color (decimal): -4567289 or 479162. OLE color: 479162.

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

Color convert

RGB 186 79 7 -
CMYK 0 0.58 0.96 0.27
HSL 24.13º 0.93% 0.38% -
HSV(B) 24.13º 0.96% 0.73% -
XYZ 23.08 16.05 2.08 -
YUV 102.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 186 79 7 0 0.58 0.96 0.27 24.13 0.93 0.38
Hex BA 4F 7 0 3A 60 1B 18 5D 26
Octal 272 117 7 0 72 140 33 30 135 46
Binary 10111010 1001111 111 0 111010 1100000 11011 11000 1011101 100110

Color Harmonies of #BA4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F07

Black with #BA4F07

Text Example


Text Example

White with #BA4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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