Html Css Color HEX #BA5D09 Tenne (Tawny)

📋 copy color: '#BA5D09'

red 186 ◦ green 93 ◦ blue 9

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

Shades of Tenne (Tawny) #BA5D09

Tints of Tenne (Tawny) #BA5D09

RGB

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

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

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

R = 64.58%
G = 32.29%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5D09 (or 0xBA5D09) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 09. RGB value is (186,93,9). Sum of RGB (Red+Green+Blue) = 186+93+9=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D09 is #45A2F6. Grayscale: #6F6F6F. Windows color (decimal): -4563703 or 613818. OLE color: 613818.

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

Color convert

RGB 186 93 9 -
CMYK 0 0.5 0.95 0.27
HSL 28.47º 0.91% 0.38% -
HSV(B) 28.47º 0.95% 0.73% -
XYZ 24.21 18.29 2.51 -
YUV 111.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 186 93 9 0 0.5 0.95 0.27 28.47 0.91 0.38
Hex BA 5D 9 0 32 5F 1B 1C 5B 26
Octal 272 135 11 0 62 137 33 34 133 46
Binary 10111010 1011101 1001 0 110010 1011111 11011 11100 1011011 100110

Color Harmonies of #BA5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D09

Black with #BA5D09

Text Example


Text Example

White with #BA5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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