#BA6A21

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

Shades of Christine #BA6A21

Tints of Christine #BA6A21

Color information

#BA6A21 (or 0xBA6A21) is unknown color: approx Christine. HEX triplet: BA, 6A and 21. RGB value is (186,106,33). Sum of RGB (Red+Green+Blue) = 186+106+33=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A21 is #4595DE. Grayscale: #797979. Windows color (decimal): -4560351 or 2190010. OLE color: 2190010.

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

Color convert

RGB18610633-
CMYK00.430.820.27
HSL28.63º69.86%42.94%-
HSV(B)28.63º82.26%72.94%-
XYZ25.6820.864.11-
YUV121.678173.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=57.23%
G=32.62%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861063300.430.820.2728.6369.8642.94
HexBA6A2102B521B1d462b
Octal27215241053122333510653
Binary1011101011010101000010101011101001011011111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A21; }

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

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

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

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

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

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

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

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