#BA5903

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

Shades of Tenne (Tawny) #BA5903

Tints of Tenne (Tawny) #BA5903

Color information

#BA5903 (or 0xBA5903) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 59 and 03. RGB value is (186,89,3). Sum of RGB (Red+Green+Blue) = 186+89+3=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5903 is #45A6FC. Grayscale: #6C6C6C. Windows color (decimal): -4564733 or 219578. OLE color: 219578.

HSL color Cylindrical-coordinate representation of color #BA5903: hue angle of 28.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA5903 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB186893-
CMYK00.520.980.27
HSL28.2º96.83%37.06%-
HSV(B)28.2º98.39%72.94%-
XYZ23.8417.592.23-
YUV108.268.64183.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=66.91%
G=32.01%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18689300.520.980.2728.296.8337.06
HexBA593034621B1c6125
Octal2721313064142333414145
Binary101110101011001110110100110001011011111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5903; }

 p { color: rgb(186,89,3); }

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

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

 a { background-color: rgb(186,89,3); }

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

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

 span { border-color: rgb(186,89,3); }

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