#BA5F02

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

Shades of Tenne (Tawny) #BA5F02

Tints of Tenne (Tawny) #BA5F02

Color information

#BA5F02 (or 0xBA5F02) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5F and 02. RGB value is (186,95,2). Sum of RGB (Red+Green+Blue) = 186+95+2=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F02 is #45A0FD. Grayscale: #707070. Windows color (decimal): -4563198 or 155578. OLE color: 155578.

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

Color convert

RGB186952-
CMYK00.490.990.27
HSL30.33º97.87%36.86%-
HSV(B)30.33º98.92%72.94%-
XYZ24.3518.632.37-
YUV111.6166.15181.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=65.72%
G=33.57%
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
Decimal18695200.490.990.2730.3397.8736.86
HexBA5F2031631B1e6225
Octal2721372061143333614245
Binary101110101011111100110001110001111011111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F02; }

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

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

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

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

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

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

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

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