#BA5300

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

Shades of Tenne (Tawny) #BA5300

Tints of Tenne (Tawny) #BA5300

Color information

#BA5300 (or 0xBA5300) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 53 and 00. RGB value is (186,83,0). Sum of RGB (Red+Green+Blue) = 186+83+0=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5300 is #45ACFF. Grayscale: #686868. Windows color (decimal): -4566272 or 21434. OLE color: 21434.

HSL color Cylindrical-coordinate representation of color #BA5300: hue angle of 26.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186830-
CMYK00.5510.27
HSL26.77º100%36.47%-
HSV(B)26.77º100%72.94%-
XYZ23.3416.631.98-
YUV104.3469.12186.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.14%
G=30.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18683000.5510.2726.7710036.47
HexBA530037641B1b6424
Octal2721230067144333314444
Binary10111010101001100110111110010011011110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5300; }

 p { color: rgb(186,83,0); }

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

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

 a { background-color: rgb(186,83,0); }

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

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

 span { border-color: rgb(186,83,0); }

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