#BA6B02

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

Shades of Tenne (Tawny) #BA6B02

Tints of Tenne (Tawny) #BA6B02

Color information

#BA6B02 (or 0xBA6B02) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 6B and 02. RGB value is (186,107,2). Sum of RGB (Red+Green+Blue) = 186+107+2=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B02 is #4594FD. Grayscale: #777777. Windows color (decimal): -4560126 or 158650. OLE color: 158650.

HSL color Cylindrical-coordinate representation of color #BA6B02: hue angle of 34.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6B02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861072-
CMYK00.420.990.27
HSL34.24º97.87%36.86%-
HSV(B)34.24º98.92%72.94%-
XYZ25.5220.962.76-
YUV118.6562.17176.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=63.05%
G=36.27%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186107200.420.990.2734.2497.8736.86
HexBA6B202A631B226225
Octal2721532052143334214245
Binary1011101011010111001010101100011110111000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B02; }

 p { color: rgb(186,107,2); }

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

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

 a { background-color: rgb(186,107,2); }

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

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

 span { border-color: rgb(186,107,2); }

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