Html Css Color HEX #BA5A12 Tenne (Tawny)

📋 copy color: '#BA5A12'

red 186 ◦ green 90 ◦ blue 18

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

Shades of Tenne (Tawny) #BA5A12

Tints of Tenne (Tawny) #BA5A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 63.27%
G = 30.61%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5A12 (or 0xBA5A12) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 12. RGB value is (186,90,18). Sum of RGB (Red+Green+Blue) = 186+90+18=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A12 is #45A5ED. Grayscale: #6E6E6E. Windows color (decimal): -4564462 or 1202874. OLE color: 1202874.

HSL color Cylindrical-coordinate representation of color #BA5A12: hue angle of 25.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5A12 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 18 -
CMYK 0 0.52 0.90 0.27
HSL 25.71º 0.82% 0.4% -
HSV(B) 25.71º 0.9% 0.73% -
XYZ 24.02 17.8 2.74 -
YUV 110.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 186 90 18 0 0.52 0.90 0.27 25.71 0.82 0.4
Hex BA 5A 12 0 34 5A 1B 1A 52 28
Octal 272 132 22 0 64 132 33 32 122 50
Binary 10111010 1011010 10010 0 110100 1011010 11011 11010 1010010 101000

Color Harmonies of #BA5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A12

Black with #BA5A12

Text Example


Text Example

White with #BA5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A12; }

 p { color: rgb(186,90,18); }

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

background-color css

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

 a { background-color: rgb(186,90,18); }

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

border-color css

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

 span { border-color: rgb(186,90,18); }

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