Html Css Color HEX #BA5E0A Tenne (Tawny)

📋 copy color: '#BA5E0A'

red 186 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #BA5E0A

Tints of Tenne (Tawny) #BA5E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 64.14%
G = 32.41%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5E0A (or 0xBA5E0A) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 0A. RGB value is (186,94,10). Sum of RGB (Red+Green+Blue) = 186+94+10=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E0A is #45A1F5. Grayscale: #707070. Windows color (decimal): -4563446 or 679610. OLE color: 679610.

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

Color convert

RGB 186 94 10 -
CMYK 0 0.49 0.95 0.27
HSL 28.64º 0.9% 0.38% -
HSV(B) 28.64º 0.95% 0.73% -
XYZ 24.31 18.47 2.57 -
YUV 111.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 186 94 10 0 0.49 0.95 0.27 28.64 0.9 0.38
Hex BA 5E A 0 31 5F 1B 1D 5A 26
Octal 272 136 12 0 61 137 33 35 132 46
Binary 10111010 1011110 1010 0 110001 1011111 11011 11101 1011010 100110

Color Harmonies of #BA5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E0A

Black with #BA5E0A

Text Example


Text Example

White with #BA5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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