#BA5B03

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

Shades of Tenne (Tawny) #BA5B03

Tints of Tenne (Tawny) #BA5B03

Color information

#BA5B03 (or 0xBA5B03) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5B and 03. RGB value is (186,91,3). Sum of RGB (Red+Green+Blue) = 186+91+3=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B03 is #45A4FC. Grayscale: #6D6D6D. Windows color (decimal): -4564221 or 220090. OLE color: 220090.

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

Color convert

RGB186913-
CMYK00.510.980.27
HSL28.85º96.83%37.06%-
HSV(B)28.85º98.39%72.94%-
XYZ24.0117.932.28-
YUV109.3767.97182.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=66.43%
G=32.5%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18691300.510.980.2728.8596.8337.06
HexBA5B3033621B1d6125
Octal2721333063142333514145
Binary101110101011011110110011110001011011111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B03; }

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

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

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

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

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

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

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

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