Html Css Color HEX #BA6A0A Tenne (Tawny)

📋 copy color: '#BA6A0A'

red 186 ◦ green 106 ◦ blue 10

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

Shades of Tenne (Tawny) #BA6A0A

Tints of Tenne (Tawny) #BA6A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

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

R = 61.59%
G = 35.1%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA6A0A (or 0xBA6A0A) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 0A. RGB value is (186,106,10). Sum of RGB (Red+Green+Blue) = 186+106+10=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A0A is #4595F5. Grayscale: #777777. Windows color (decimal): -4560374 or 682682. OLE color: 682682.

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

Color convert

RGB 186 106 10 -
CMYK 0 0.43 0.95 0.27
HSL 32.73º 0.9% 0.38% -
HSV(B) 32.73º 0.95% 0.73% -
XYZ 25.46 20.77 2.95 -
YUV 118.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 186 106 10 0 0.43 0.95 0.27 32.73 0.9 0.38
Hex BA 6A A 0 2B 5F 1B 21 5A 26
Octal 272 152 12 0 53 137 33 41 132 46
Binary 10111010 1101010 1010 0 101011 1011111 11011 100001 1011010 100110

Color Harmonies of #BA6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A0A

Black with #BA6A0A

Text Example


Text Example

White with #BA6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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