#BA6521

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

Shades of Christine #BA6521

Tints of Christine #BA6521

Color information

#BA6521 (or 0xBA6521) is unknown color: approx Christine. HEX triplet: BA, 65 and 21. RGB value is (186,101,33). Sum of RGB (Red+Green+Blue) = 186+101+33=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6521 is #459ADE. Grayscale: #777777. Windows color (decimal): -4561631 or 2188730. OLE color: 2188730.

HSL color Cylindrical-coordinate representation of color #BA6521: hue angle of 26.67º degrees, saturation: 0.7, 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 #BA6521 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18610133-
CMYK00.460.820.27
HSL26.67º69.86%42.94%-
HSV(B)26.67º82.26%72.94%-
XYZ25.1819.863.94-
YUV118.6679.66176.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 33 (13.28% from 255) = 10.31%
R=58.12%
G=31.56%
B=10.31%

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
Decimal1861013300.460.820.2726.6769.8642.94
HexBA652102E521B1b462b
Octal27214541056122333310653
Binary1011101011001011000010101110101001011011110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6521; }

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

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

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

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

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

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

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

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