Html Css Color HEX #BA4708 Rust

📋 copy color: '#BA4708'

red 186 ◦ green 71 ◦ blue 8

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

Shades of Rust #BA4708

Tints of Rust #BA4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 70.19%
G = 26.79%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4708 (or 0xBA4708) is known color: Rust. HEX triplet: BA, 47 and 08. RGB value is (186,71,8). Sum of RGB (Red+Green+Blue) = 186+71+8=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4708 is #45B8F7. Grayscale: #626262. Windows color (decimal): -4569336 or 542650. OLE color: 542650.

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

Color convert

RGB 186 71 8 -
CMYK 0 0.62 0.96 0.27
HSL 21.24º 0.92% 0.38% -
HSV(B) 21.24º 0.96% 0.73% -
XYZ 22.55 14.96 1.93 -
YUV 98.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 186 71 8 0 0.62 0.96 0.27 21.24 0.92 0.38
Hex BA 47 8 0 3E 60 1B 15 5C 26
Octal 272 107 10 0 76 140 33 25 134 46
Binary 10111010 1000111 1000 0 111110 1100000 11011 10101 1011100 100110

Color Harmonies of #BA4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4708

Black with #BA4708

Text Example


Text Example

White with #BA4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4708; }

 p { color: rgb(186,71,8); }

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

background-color css

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

 a { background-color: rgb(186,71,8); }

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

border-color css

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

 span { border-color: rgb(186,71,8); }

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