#BA5E02

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

Shades of Tenne (Tawny) #BA5E02

Tints of Tenne (Tawny) #BA5E02

Color information

#BA5E02 (or 0xBA5E02) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5E and 02. RGB value is (186,94,2). Sum of RGB (Red+Green+Blue) = 186+94+2=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E02 is #45A1FD. Grayscale: #6F6F6F. Windows color (decimal): -4563454 or 155322. OLE color: 155322.

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

Color convert

RGB186942-
CMYK00.490.990.27
HSL30º97.87%36.86%-
HSV(B)30º98.92%72.94%-
XYZ24.2618.452.34-
YUV111.0266.48181.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=65.96%
G=33.33%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18694200.490.990.273097.8736.86
HexBA5E2031631B1e6225
Octal2721362061143333614245
Binary101110101011110100110001110001111011111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E02; }

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

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

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

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

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

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

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

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