#BA6303

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

Shades of Tenne (Tawny) #BA6303

Tints of Tenne (Tawny) #BA6303

Color information

#BA6303 (or 0xBA6303) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 63 and 03. RGB value is (186,99,3). Sum of RGB (Red+Green+Blue) = 186+99+3=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6303 is #459CFC. Grayscale: #727272. Windows color (decimal): -4562173 or 222138. OLE color: 222138.

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

Color convert

RGB186993-
CMYK00.470.980.27
HSL31.48º96.83%37.06%-
HSV(B)31.48º98.39%72.94%-
XYZ24.7319.372.52-
YUV114.0765.32179.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 3 (1.56% from 255) = 1.04%
R=64.58%
G=34.38%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18699300.470.980.2731.4896.8337.06
HexBA63302F621B1f6125
Octal2721433057142333714145
Binary101110101100011110101111110001011011111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6303; }

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

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

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

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

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

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

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

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