Html Css Color HEX #BA5706 Tenne (Tawny)

📋 copy color: '#BA5706'

red 186 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #BA5706

Tints of Tenne (Tawny) #BA5706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

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

R = 66.67%
G = 31.18%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA5706 (or 0xBA5706) is known color: Tenne (Tawny). HEX triplet: BA, 57 and 06. RGB value is (186,87,6). Sum of RGB (Red+Green+Blue) = 186+87+6=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5706 is #45A8F9. Grayscale: #6B6B6B. Windows color (decimal): -4565242 or 415674. OLE color: 415674.

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

Color convert

RGB 186 87 6 -
CMYK 0 0.53 0.97 0.27
HSL 27º 0.94% 0.38% -
HSV(B) 27º 0.97% 0.73% -
XYZ 23.69 17.27 2.26 -
YUV 107.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 186 87 6 0 0.53 0.97 0.27 27 0.94 0.38
Hex BA 57 6 0 35 61 1B 1B 5E 26
Octal 272 127 6 0 65 141 33 33 136 46
Binary 10111010 1010111 110 0 110101 1100001 11011 11011 1011110 100110

Color Harmonies of #BA5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5706

Black with #BA5706

Text Example


Text Example

White with #BA5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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