Html Css Color HEX #BA5903 Tenne (Tawny)

📋 copy color: '#BA5903'

red 186 ◦ green 89 ◦ blue 3

#BA5903
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BA5903

Tints of Tenne (Tawny) #BA5903

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 value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5903 (or 0xBA5903) is known color: 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

RGB 186 89 3 -
CMYK 0 0.52 0.98 0.27
HSL 28.2º 0.97% 0.37% -
HSV(B) 28.2º 0.98% 0.73% -
XYZ 23.84 17.59 2.23 -
YUV 108.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 186 89 3 0 0.52 0.98 0.27 28.2 0.97 0.37
Hex BA 59 3 0 34 62 1B 1C 61 25
Octal 272 131 3 0 64 142 33 34 141 45
Binary 10111010 1011001 11 0 110100 1100010 11011 11100 1100001 100101

Color Harmonies of #BA5903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5903

Black with #BA5903

Text Example


Text Example

White with #BA5903

Text Example


Text Example

HTML Codes & Css Web 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>