#BA612C

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

Shades of Christine #BA612C

Tints of Christine #BA612C

Color information

#BA612C (or 0xBA612C) is unknown color: approx Christine. HEX triplet: BA, 61 and 2C. RGB value is (186,97,44). Sum of RGB (Red+Green+Blue) = 186+97+44=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA612C is #459ED3. Grayscale: #757575. Windows color (decimal): -4562644 or 2908602. OLE color: 2908602.

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

Color convert

RGB1869744-
CMYK00.480.760.27
HSL22.39º61.74%45.1%-
HSV(B)22.39º76.34%72.94%-
XYZ24.9819.174.77-
YUV117.5786.49176.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 44 (17.58% from 255) = 13.46%
R=56.88%
G=29.66%
B=13.46%

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
Decimal186974400.480.760.2722.3961.7445.1
HexBA612C0304C1B163e2d
Octal2721415406011433267655
Binary101110101100001101100011000010011001101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA612C; }

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

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

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

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

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

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

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

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