#BA6419

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

Shades of Christine #BA6419

Tints of Christine #BA6419

Color information

#BA6419 (or 0xBA6419) is unknown color: approx Christine. HEX triplet: BA, 64 and 19. RGB value is (186,100,25). Sum of RGB (Red+Green+Blue) = 186+100+25=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6419 is #459BE6. Grayscale: #757575. Windows color (decimal): -4561895 or 1664186. OLE color: 1664186.

HSL color Cylindrical-coordinate representation of color #BA6419: hue angle of 27.95º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA6419 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18610025-
CMYK00.460.870.27
HSL27.95º76.3%41.37%-
HSV(B)27.95º86.56%72.94%-
XYZ24.9819.623.39-
YUV117.1675.99177.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=59.81%
G=32.15%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861002500.460.870.2727.9576.341.37
HexBA641902E571B1c4c29
Octal27214431056127333411451
Binary101110101100100110010101110101011111011111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6419; }

 p { color: rgb(186,100,25); }

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

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

 a { background-color: rgb(186,100,25); }

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

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

 span { border-color: rgb(186,100,25); }

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