#BA0C6F

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

Shades of Jazzberry Jam #BA0C6F

Tints of Jazzberry Jam #BA0C6F

Color information

#BA0C6F (or 0xBA0C6F) is unknown color: approx Jazzberry Jam. HEX triplet: BA, 0C and 6F. RGB value is (186,12,111). Sum of RGB (Red+Green+Blue) = 186+12+111=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C6F is #45F390. Grayscale: #4B4B4B. Windows color (decimal): -4584337 or 7277754. OLE color: 7277754.

HSL color Cylindrical-coordinate representation of color #BA0C6F: hue angle of 325.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18612111-
CMYK00.940.400.27
HSL325.86º87.88%38.82%-
HSV(B)325.86º93.55%72.94%-
XYZ23.2511.8516.1-
YUV75.31148.15206.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=60.19%
G=3.88%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861211100.940.400.27325.8687.8838.82
HexBAC6F05E281B1465827
Octal272141570136503350613047
Binary101110101100110111101011110101000110111010001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0C6F; }

 p { color: rgb(186,12,111); }

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

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

 a { background-color: rgb(186,12,111); }

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

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

 span { border-color: rgb(186,12,111); }

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