Html Css Color HEX #BA5E09 Tenne (Tawny)

📋 copy color: '#BA5E09'

red 186 ◦ green 94 ◦ blue 9

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

Shades of Tenne (Tawny) #BA5E09

Tints of Tenne (Tawny) #BA5E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 64.36%
G = 32.53%
B = 3.11%

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

#BA5E09 (or 0xBA5E09) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 09. RGB value is (186,94,9). Sum of RGB (Red+Green+Blue) = 186+94+9=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E09 is #45A1F6. Grayscale: #707070. Windows color (decimal): -4563447 or 614074. OLE color: 614074.

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

Color convert

RGB 186 94 9 -
CMYK 0 0.49 0.95 0.27
HSL 28.81º 0.91% 0.38% -
HSV(B) 28.81º 0.95% 0.73% -
XYZ 24.3 18.46 2.54 -
YUV 111.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 186 94 9 0 0.49 0.95 0.27 28.81 0.91 0.38
Hex BA 5E 9 0 31 5F 1B 1D 5B 26
Octal 272 136 11 0 61 137 33 35 133 46
Binary 10111010 1011110 1001 0 110001 1011111 11011 11101 1011011 100110

Color Harmonies of #BA5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E09

Black with #BA5E09

Text Example


Text Example

White with #BA5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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