#BA6731

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

Shades of Christine #BA6731

Tints of Christine #BA6731

Color information

#BA6731 (or 0xBA6731) is unknown color: approx Christine. HEX triplet: BA, 67 and 31. RGB value is (186,103,49). Sum of RGB (Red+Green+Blue) = 186+103+49=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6731 is #4598CE. Grayscale: #797979. Windows color (decimal): -4561103 or 3237818. OLE color: 3237818.

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

Color convert

RGB18610349-
CMYK00.450.740.27
HSL23.65º58.3%46.08%-
HSV(B)23.65º73.66%72.94%-
XYZ25.6520.365.48-
YUV121.6687173.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=55.03%
G=30.47%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861034900.450.740.2723.6558.346.08
HexBA673102D4A1B183a2e
Octal2721476105511233307256
Binary101110101100111110001010110110010101101111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6731; }

 p { color: rgb(186,103,49); }

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

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

 a { background-color: rgb(186,103,49); }

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

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

 span { border-color: rgb(186,103,49); }

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