#BA602C

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

Shades of Christine #BA602C

Tints of Christine #BA602C

Color information

#BA602C (or 0xBA602C) is unknown color: approx Christine. HEX triplet: BA, 60 and 2C. RGB value is (186,96,44). Sum of RGB (Red+Green+Blue) = 186+96+44=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA602C is #459FD3. Grayscale: #757575. Windows color (decimal): -4562900 or 2908346. OLE color: 2908346.

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

Color convert

RGB1869644-
CMYK00.480.760.27
HSL21.97º61.74%45.1%-
HSV(B)21.97º76.34%72.94%-
XYZ24.8918.994.74-
YUV116.9886.82177.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=57.06%
G=29.45%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186964400.480.760.2721.9761.7445.1
HexBA602C0304C1B163e2d
Octal2721405406011433267655
Binary101110101100000101100011000010011001101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA602C; }

 p { color: rgb(186,96,44); }

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

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

 a { background-color: rgb(186,96,44); }

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

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

 span { border-color: rgb(186,96,44); }

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