#BA6A24

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

Shades of Christine #BA6A24

Tints of Christine #BA6A24

Color information

#BA6A24 (or 0xBA6A24) is unknown color: approx Christine. HEX triplet: BA, 6A and 24. RGB value is (186,106,36). Sum of RGB (Red+Green+Blue) = 186+106+36=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A24 is #4595DB. Grayscale: #7A7A7A. Windows color (decimal): -4560348 or 2386618. OLE color: 2386618.

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

Color convert

RGB18610636-
CMYK00.430.810.27
HSL28º67.57%43.53%-
HSV(B)28º80.65%72.94%-
XYZ25.7220.874.34-
YUV121.9479.5173.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 36 (14.45% from 255) = 10.98%
R=56.71%
G=32.32%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861063600.430.810.272867.5743.53
HexBA6A2402B511B1c442c
Octal27215244053121333410454
Binary1011101011010101001000101011101000111011111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A24; }

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

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

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

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

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

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

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

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