Html Css Color HEX #BA5106 Rust

📋 copy color: '#BA5106'

red 186 ◦ green 81 ◦ blue 6

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

Shades of Rust #BA5106

Tints of Rust #BA5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 68.13%
G = 29.67%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5106 (or 0xBA5106) is known color: Rust. HEX triplet: BA, 51 and 06. RGB value is (186,81,6). Sum of RGB (Red+Green+Blue) = 186+81+6=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5106 is #45AEF9. Grayscale: #686868. Windows color (decimal): -4566778 or 414138. OLE color: 414138.

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

Color convert

RGB 186 81 6 -
CMYK 0 0.56 0.97 0.27
HSL 25º 0.94% 0.38% -
HSV(B) 25º 0.97% 0.73% -
XYZ 23.23 16.34 2.1 -
YUV 103.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 186 81 6 0 0.56 0.97 0.27 25 0.94 0.38
Hex BA 51 6 0 38 61 1B 19 5E 26
Octal 272 121 6 0 70 141 33 31 136 46
Binary 10111010 1010001 110 0 111000 1100001 11011 11001 1011110 100110

Color Harmonies of #BA5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5106

Black with #BA5106

Text Example


Text Example

White with #BA5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5106; }

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

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

background-color css

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

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

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

border-color css

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

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

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