Html Css Color HEX #BA6A0B Tenne (Tawny)

📋 copy color: '#BA6A0B'

red 186 ◦ green 106 ◦ blue 11

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

Shades of Tenne (Tawny) #BA6A0B

Tints of Tenne (Tawny) #BA6A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 61.39%
G = 34.98%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA6A0B (or 0xBA6A0B) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 0B. RGB value is (186,106,11). Sum of RGB (Red+Green+Blue) = 186+106+11=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A0B is #4595F4. Grayscale: #777777. Windows color (decimal): -4560373 or 748218. OLE color: 748218.

HSL color Cylindrical-coordinate representation of color #BA6A0B: hue angle of 32.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA6A0B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 11 -
CMYK 0 0.43 0.94 0.27
HSL 32.57º 0.89% 0.39% -
HSV(B) 32.57º 0.94% 0.73% -
XYZ 25.46 20.77 2.98 -
YUV 119.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 186 106 11 0 0.43 0.94 0.27 32.57 0.89 0.39
Hex BA 6A B 0 2B 5E 1B 21 59 27
Octal 272 152 13 0 53 136 33 41 131 47
Binary 10111010 1101010 1011 0 101011 1011110 11011 100001 1011001 100111

Color Harmonies of #BA6A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A0B

Black with #BA6A0B

Text Example


Text Example

White with #BA6A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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