#BA6632

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

Shades of Christine #BA6632

Tints of Christine #BA6632

Color information

#BA6632 (or 0xBA6632) is unknown color: approx Christine. HEX triplet: BA, 66 and 32. RGB value is (186,102,50). Sum of RGB (Red+Green+Blue) = 186+102+50=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6632 is #4599CD. Grayscale: #797979. Windows color (decimal): -4561358 or 3303098. OLE color: 3303098.

HSL color Cylindrical-coordinate representation of color #BA6632: hue angle of 22.94º degrees, saturation: 0.58, 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 #BA6632 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18610250-
CMYK00.450.730.27
HSL22.94º57.63%46.27%-
HSV(B)22.94º73.12%72.94%-
XYZ25.5820.175.56-
YUV121.1987.83174.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=55.03%
G=30.18%
B=14.79%

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
Decimal1861025000.450.730.2722.9457.6346.27
HexBA663202D491B173a2e
Octal2721466205511133277256
Binary101110101100110110010010110110010011101110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6632; }

 p { color: rgb(186,102,50); }

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

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

 a { background-color: rgb(186,102,50); }

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

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

 span { border-color: rgb(186,102,50); }

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