Html Css Color HEX #BA5609 Tenne (Tawny)

📋 copy color: '#BA5609'

red 186 ◦ green 86 ◦ blue 9

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

Shades of Tenne (Tawny) #BA5609

Tints of Tenne (Tawny) #BA5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

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

R = 66.19%
G = 30.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5609 (or 0xBA5609) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 09. RGB value is (186,86,9). Sum of RGB (Red+Green+Blue) = 186+86+9=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5609 is #45A9F6. Grayscale: #6B6B6B. Windows color (decimal): -4565495 or 612026. OLE color: 612026.

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

Color convert

RGB 186 86 9 -
CMYK 0 0.54 0.95 0.27
HSL 26.1º 0.91% 0.38% -
HSV(B) 26.1º 0.95% 0.73% -
XYZ 23.63 17.11 2.32 -
YUV 107.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 186 86 9 0 0.54 0.95 0.27 26.1 0.91 0.38
Hex BA 56 9 0 36 5F 1B 1A 5B 26
Octal 272 126 11 0 66 137 33 32 133 46
Binary 10111010 1010110 1001 0 110110 1011111 11011 11010 1011011 100110

Color Harmonies of #BA5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5609

Black with #BA5609

Text Example


Text Example

White with #BA5609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5609; }

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

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

background-color css

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

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

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

border-color css

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

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

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