Html Css Color HEX #BA5D0D Tenne (Tawny)

📋 copy color: '#BA5D0D'

red 186 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #BA5D0D

Tints of Tenne (Tawny) #BA5D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 63.7%
G = 31.85%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA5D0D (or 0xBA5D0D) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 0D. RGB value is (186,93,13). Sum of RGB (Red+Green+Blue) = 186+93+13=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D0D is #45A2F2. Grayscale: #707070. Windows color (decimal): -4563699 or 875962. OLE color: 875962.

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

Color convert

RGB 186 93 13 -
CMYK 0 0.5 0.93 0.27
HSL 27.75º 0.87% 0.39% -
HSV(B) 27.75º 0.93% 0.73% -
XYZ 24.24 18.3 2.64 -
YUV 111.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 186 93 13 0 0.5 0.93 0.27 27.75 0.87 0.39
Hex BA 5D D 0 32 5D 1B 1C 57 27
Octal 272 135 15 0 62 135 33 34 127 47
Binary 10111010 1011101 1101 0 110010 1011101 11011 11100 1010111 100111

Color Harmonies of #BA5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D0D

Black with #BA5D0D

Text Example


Text Example

White with #BA5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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