#BA5C06

Color #BA5C06 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BA5C06

Tints of Tenne (Tawny) #BA5C06

Color information

#BA5C06 (or 0xBA5C06) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 06. RGB value is (186,92,6). Sum of RGB (Red+Green+Blue) = 186+92+6=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C06 is #45A3F9. Grayscale: #6E6E6E. Windows color (decimal): -4563962 or 416954. OLE color: 416954.

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

Color convert

RGB186926-
CMYK00.510.970.27
HSL28.67º93.75%37.65%-
HSV(B)28.67º96.77%72.94%-
XYZ24.1118.112.4-
YUV110.369.14181.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=65.49%
G=32.39%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18692600.510.970.2728.6793.7537.65
HexBA5C6033611B1d5e26
Octal2721346063141333513646
Binary1011101010111001100110011110000111011111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C06; }

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

 H1.HeaderClassName
 {
   color: #BA5C06;
 }
 .AnyTagClassName
 {
   color: #BA5C06;
 }
</style>
background-color css

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

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

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

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

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

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