#BA5A03

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

Shades of Tenne (Tawny) #BA5A03

Tints of Tenne (Tawny) #BA5A03

Color information

#BA5A03 (or 0xBA5A03) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5A and 03. RGB value is (186,90,3). Sum of RGB (Red+Green+Blue) = 186+90+3=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A03 is #45A5FC. Grayscale: #6D6D6D. Windows color (decimal): -4564477 or 219834. OLE color: 219834.

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

Color convert

RGB186903-
CMYK00.520.980.27
HSL28.52º96.83%37.06%-
HSV(B)28.52º98.39%72.94%-
XYZ23.9217.762.25-
YUV108.7968.3183.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=66.67%
G=32.26%
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
Decimal18690300.520.980.2728.5296.8337.06
HexBA5A3034621B1d6125
Octal2721323064142333514145
Binary101110101011010110110100110001011011111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A03; }

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

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

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

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

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

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

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

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