#BA6735

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

Shades of Christine #BA6735

Tints of Christine #BA6735

Color information

#BA6735 (or 0xBA6735) is unknown color: approx Christine. HEX triplet: BA, 67 and 35. RGB value is (186,103,53). Sum of RGB (Red+Green+Blue) = 186+103+53=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6735 is #4598CA. Grayscale: #7A7A7A. Windows color (decimal): -4561099 or 3499962. OLE color: 3499962.

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

Color convert

RGB18610353-
CMYK00.450.720.27
HSL22.56º55.65%46.86%-
HSV(B)22.56º71.51%72.94%-
XYZ25.7420.45.95-
YUV122.1289173.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=54.39%
G=30.12%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861035300.450.720.2722.5655.6546.86
HexBA673502D481B17382f
Octal2721476505511033277057
Binary101110101100111110101010110110010001101110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6735; }

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

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

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

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

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

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

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

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