Html Css Color HEX #BA580D Tenne (Tawny)

📋 copy color: '#BA580D'

red 186 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #BA580D

Tints of Tenne (Tawny) #BA580D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 64.81%
G = 30.66%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA580D (or 0xBA580D) is known color: Tenne (Tawny). HEX triplet: BA, 58 and 0D. RGB value is (186,88,13). Sum of RGB (Red+Green+Blue) = 186+88+13=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA580D is #45A7F2. Grayscale: #6D6D6D. Windows color (decimal): -4564979 or 874682. OLE color: 874682.

HSL color Cylindrical-coordinate representation of color #BA580D: hue angle of 26.01º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA580D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 13 -
CMYK 0 0.53 0.93 0.27
HSL 26.01º 0.87% 0.39% -
HSV(B) 26.01º 0.93% 0.73% -
XYZ 23.81 17.45 2.49 -
YUV 108.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 186 88 13 0 0.53 0.93 0.27 26.01 0.87 0.39
Hex BA 58 D 0 35 5D 1B 1A 57 27
Octal 272 130 15 0 65 135 33 32 127 47
Binary 10111010 1011000 1101 0 110101 1011101 11011 11010 1010111 100111

Color Harmonies of #BA580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA580D

Black with #BA580D

Text Example


Text Example

White with #BA580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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