Html Css Color HEX #BA5803 Tenne (Tawny)

📋 copy color: '#BA5803'

red 186 ◦ green 88 ◦ blue 3

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

Shades of Tenne (Tawny) #BA5803

Tints of Tenne (Tawny) #BA5803

RGB

 RED value IS 186 (73.05% from 255) = 67.15%

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 67.15%
G = 31.77%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA5803 (or 0xBA5803) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 03. RGB value is (186,88,3). Sum of RGB (Red+Green+Blue) = 186+88+3=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5803 is #45A7FC. Grayscale: #6C6C6C. Windows color (decimal): -4564989 or 219322. OLE color: 219322.

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

Color convert

RGB 186 88 3 -
CMYK 0 0.53 0.98 0.27
HSL 27.87º 0.97% 0.37% -
HSV(B) 27.87º 0.98% 0.73% -
XYZ 23.76 17.43 2.2 -
YUV 107.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 186 88 3 0 0.53 0.98 0.27 27.87 0.97 0.37
Hex BA 58 3 0 35 62 1B 1C 61 25
Octal 272 130 3 0 65 142 33 34 141 45
Binary 10111010 1011000 11 0 110101 1100010 11011 11100 1100001 100101

Color Harmonies of #BA5803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5803

Black with #BA5803

Text Example


Text Example

White with #BA5803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5803; }

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

 H1.HeaderClassName
 {
   color: #BA5803;
 }
 .AnyTagClassName
 {
   color: #BA5803;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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