#BA6522

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

Shades of Christine #BA6522

Tints of Christine #BA6522

Color information

#BA6522 (or 0xBA6522) is unknown color: approx Christine. HEX triplet: BA, 65 and 22. RGB value is (186,101,34). Sum of RGB (Red+Green+Blue) = 186+101+34=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6522 is #459ADD. Grayscale: #777777. Windows color (decimal): -4561630 or 2254266. OLE color: 2254266.

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

Color convert

RGB18610134-
CMYK00.460.820.27
HSL26.45º69.09%43.14%-
HSV(B)26.45º81.72%72.94%-
XYZ25.1919.864.02-
YUV118.7880.16175.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 34 (13.67% from 255) = 10.59%
R=57.94%
G=31.46%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861013400.460.820.2726.4569.0943.14
HexBA652202E521B1a452b
Octal27214542056122333210553
Binary1011101011001011000100101110101001011011110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6522; }

 p { color: rgb(186,101,34); }

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

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

 a { background-color: rgb(186,101,34); }

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

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

 span { border-color: rgb(186,101,34); }

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