Html Css Color HEX #BA5E0E Tenne (Tawny)

📋 copy color: '#BA5E0E'

red 186 ◦ green 94 ◦ blue 14

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

Shades of Tenne (Tawny) #BA5E0E

Tints of Tenne (Tawny) #BA5E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 63.27%
G = 31.97%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA5E0E (or 0xBA5E0E) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 0E. RGB value is (186,94,14). Sum of RGB (Red+Green+Blue) = 186+94+14=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E0E is #45A1F1. Grayscale: #707070. Windows color (decimal): -4563442 or 941754. OLE color: 941754.

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

Color convert

RGB 186 94 14 -
CMYK 0 0.49 0.92 0.27
HSL 27.91º 0.86% 0.39% -
HSV(B) 27.91º 0.92% 0.73% -
XYZ 24.33 18.48 2.7 -
YUV 112.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 186 94 14 0 0.49 0.92 0.27 27.91 0.86 0.39
Hex BA 5E E 0 31 5C 1B 1C 56 27
Octal 272 136 16 0 61 134 33 34 126 47
Binary 10111010 1011110 1110 0 110001 1011100 11011 11100 1010110 100111

Color Harmonies of #BA5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E0E

Black with #BA5E0E

Text Example


Text Example

White with #BA5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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