#BA6835

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

Shades of Christine #BA6835

Tints of Christine #BA6835

Color information

#BA6835 (or 0xBA6835) is unknown color: approx Christine. HEX triplet: BA, 68 and 35. RGB value is (186,104,53). Sum of RGB (Red+Green+Blue) = 186+104+53=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6835 is #4597CA. Grayscale: #7A7A7A. Windows color (decimal): -4560843 or 3500218. OLE color: 3500218.

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

Color convert

RGB18610453-
CMYK00.440.720.27
HSL23.01º55.65%46.86%-
HSV(B)23.01º71.51%72.94%-
XYZ25.8420.65.98-
YUV122.788.67173.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=54.23%
G=30.32%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861045300.440.720.2723.0155.6546.86
HexBA683502C481B17382f
Octal2721506505411033277057
Binary101110101101000110101010110010010001101110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6835; }

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

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

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

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

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

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

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

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