#BA6424

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

Shades of Christine #BA6424

Tints of Christine #BA6424

Color information

#BA6424 (or 0xBA6424) is unknown color: approx Christine. HEX triplet: BA, 64 and 24. RGB value is (186,100,36). Sum of RGB (Red+Green+Blue) = 186+100+36=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6424 is #459BDB. Grayscale: #767676. Windows color (decimal): -4561884 or 2385082. OLE color: 2385082.

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

Color convert

RGB18610036-
CMYK00.460.810.27
HSL25.6º67.57%43.53%-
HSV(B)25.6º80.65%72.94%-
XYZ25.1319.684.14-
YUV118.4281.49176.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=57.76%
G=31.06%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861003600.460.810.2725.667.5743.53
HexBA642402E511B1a442c
Octal27214444056121333210454
Binary1011101011001001001000101110101000111011110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6424; }

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

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

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

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

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

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

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

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