Html Css Color HEX #BA5E0D Tenne (Tawny)

📋 copy color: '#BA5E0D'

red 186 ◦ green 94 ◦ blue 13

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

Shades of Tenne (Tawny) #BA5E0D

Tints of Tenne (Tawny) #BA5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

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

R = 63.48%
G = 32.08%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA5E0D (or 0xBA5E0D) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 0D. RGB value is (186,94,13). Sum of RGB (Red+Green+Blue) = 186+94+13=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E0D is #45A1F2. Grayscale: #707070. Windows color (decimal): -4563443 or 876218. OLE color: 876218.

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

Color convert

RGB 186 94 13 -
CMYK 0 0.49 0.93 0.27
HSL 28.09º 0.87% 0.39% -
HSV(B) 28.09º 0.93% 0.73% -
XYZ 24.33 18.47 2.66 -
YUV 112.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 186 94 13 0 0.49 0.93 0.27 28.09 0.87 0.39
Hex BA 5E D 0 31 5D 1B 1C 57 27
Octal 272 136 15 0 61 135 33 34 127 47
Binary 10111010 1011110 1101 0 110001 1011101 11011 11100 1010111 100111

Color Harmonies of #BA5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E0D

Black with #BA5E0D

Text Example


Text Example

White with #BA5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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