#BA5B00

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

Shades of Tenne (Tawny) #BA5B00

Tints of Tenne (Tawny) #BA5B00

Color information

#BA5B00 (or 0xBA5B00) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5B and 00. RGB value is (186,91,0). Sum of RGB (Red+Green+Blue) = 186+91+0=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B00 is #45A4FF. Grayscale: #6D6D6D. Windows color (decimal): -4564224 or 23482. OLE color: 23482.

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

Color convert

RGB186910-
CMYK00.5110.27
HSL29.35º100%36.47%-
HSV(B)29.35º100%72.94%-
XYZ23.9917.922.19-
YUV109.0366.47182.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.15%
G=32.85%
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
Decimal18691000.5110.2729.3510036.47
HexBA5B0033641B1d6424
Octal2721330063144333514444
Binary10111010101101100110011110010011011111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B00; }

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

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

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

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

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

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

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

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