#BA5C02

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

Shades of Tenne (Tawny) #BA5C02

Tints of Tenne (Tawny) #BA5C02

Color information

#BA5C02 (or 0xBA5C02) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 02. RGB value is (186,92,2). Sum of RGB (Red+Green+Blue) = 186+92+2=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C02 is #45A3FD. Grayscale: #6E6E6E. Windows color (decimal): -4563966 or 154810. OLE color: 154810.

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

Color convert

RGB186922-
CMYK00.510.990.27
HSL29.35º97.87%36.86%-
HSV(B)29.35º98.92%72.94%-
XYZ24.0918.12.28-
YUV109.8567.14182.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.43%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=66.43%
G=32.86%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18692200.510.990.2729.3597.8736.86
HexBA5C2033631B1d6225
Octal2721342063143333514245
Binary101110101011100100110011110001111011111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C02; }

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

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

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

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

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

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

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

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