#BA6321

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

Shades of Christine #BA6321

Tints of Christine #BA6321

Color information

#BA6321 (or 0xBA6321) is unknown color: approx Christine. HEX triplet: BA, 63 and 21. RGB value is (186,99,33). Sum of RGB (Red+Green+Blue) = 186+99+33=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6321 is #459CDE. Grayscale: #757575. Windows color (decimal): -4562143 or 2188218. OLE color: 2188218.

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

Color convert

RGB1869933-
CMYK00.470.820.27
HSL25.88º69.86%42.94%-
HSV(B)25.88º82.26%72.94%-
XYZ24.9919.473.88-
YUV117.4980.32176.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 33 (13.28% from 255) = 10.38%
R=58.49%
G=31.13%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186993300.470.820.2725.8869.8642.94
HexBA632102F521B1a462b
Octal27214341057122333210653
Binary1011101011000111000010101111101001011011110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6321; }

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

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

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

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

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

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

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

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