Html Css Color HEX #BA5506 Tenne (Tawny)

📋 copy color: '#BA5506'

red 186 ◦ green 85 ◦ blue 6

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

Shades of Tenne (Tawny) #BA5506

Tints of Tenne (Tawny) #BA5506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 67.15%
G = 30.69%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5506 (or 0xBA5506) is known color: Tenne (Tawny). HEX triplet: BA, 55 and 06. RGB value is (186,85,6). Sum of RGB (Red+Green+Blue) = 186+85+6=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5506 is #45AAF9. Grayscale: #6A6A6A. Windows color (decimal): -4565754 or 415162. OLE color: 415162.

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

Color convert

RGB 186 85 6 -
CMYK 0 0.54 0.97 0.27
HSL 26.33º 0.94% 0.38% -
HSV(B) 26.33º 0.97% 0.73% -
XYZ 23.53 16.95 2.2 -
YUV 106.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 186 85 6 0 0.54 0.97 0.27 26.33 0.94 0.38
Hex BA 55 6 0 36 61 1B 1A 5E 26
Octal 272 125 6 0 66 141 33 32 136 46
Binary 10111010 1010101 110 0 110110 1100001 11011 11010 1011110 100110

Color Harmonies of #BA5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5506

Black with #BA5506

Text Example


Text Example

White with #BA5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5506; }

 p { color: rgb(186,85,6); }

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

background-color css

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

 a { background-color: rgb(186,85,6); }

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

border-color css

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

 span { border-color: rgb(186,85,6); }

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