#BA5C00

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

Shades of Tenne (Tawny) #BA5C00

Tints of Tenne (Tawny) #BA5C00

Color information

#BA5C00 (or 0xBA5C00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 00. RGB value is (186,92,0). Sum of RGB (Red+Green+Blue) = 186+92+0=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C00 is #45A3FF. Grayscale: #6E6E6E. Windows color (decimal): -4563968 or 23738. OLE color: 23738.

HSL color Cylindrical-coordinate representation of color #BA5C00: hue angle of 29.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186920-
CMYK00.5110.27
HSL29.68º100%36.47%-
HSV(B)29.68º100%72.94%-
XYZ24.0818.092.22-
YUV109.6266.14182.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.91%
G=33.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18692000.5110.2729.6810036.47
HexBA5C0033641B1e6424
Octal2721340063144333614444
Binary10111010101110000110011110010011011111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C00; }

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

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

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

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

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

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

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

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