#BA570A

Color #BA570A Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BA570A

Tints of Tenne (Tawny) #BA570A

Color information

#BA570A (or 0xBA570A) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 57 and 0A. RGB value is (186,87,10). Sum of RGB (Red+Green+Blue) = 186+87+10=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA570A is #45A8F5. Grayscale: #6C6C6C. Windows color (decimal): -4565238 or 677818. OLE color: 677818.

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

Color convert

RGB1868710-
CMYK00.530.950.27
HSL26.25º89.8%38.43%-
HSV(B)26.25º94.62%72.94%-
XYZ23.7117.282.37-
YUV107.8272.8183.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=65.72%
G=30.74%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186871000.530.950.2726.2589.838.43
HexBA57A0355F1B1a5a26
Octal27212712065137333213246
Binary10111010101011110100110101101111111011110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA570A; }

 p { color: rgb(186,87,10); }

 H1.HeaderClassName
 {
   color: #BA570A;
 }
 .AnyTagClassName
 {
   color: #BA570A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,87,10); }

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

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

 span { border-color: rgb(186,87,10); }

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