#BA6733

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

Shades of Christine #BA6733

Tints of Christine #BA6733

Color information

#BA6733 (or 0xBA6733) is unknown color: approx Christine. HEX triplet: BA, 67 and 33. RGB value is (186,103,51). Sum of RGB (Red+Green+Blue) = 186+103+51=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6733 is #4598CC. Grayscale: #7A7A7A. Windows color (decimal): -4561101 or 3368890. OLE color: 3368890.

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

Color convert

RGB18610351-
CMYK00.450.730.27
HSL23.11º56.96%46.47%-
HSV(B)23.11º72.58%72.94%-
XYZ25.720.385.71-
YUV121.8988173.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 51 (20.31% from 255) = 15%
R=54.71%
G=30.29%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861035100.450.730.2723.1156.9646.47
HexBA673302D491B17392e
Octal2721476305511133277156
Binary101110101100111110011010110110010011101110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6733; }

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

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

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

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

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

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

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

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