#BC0C6C

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

Shades of Jazzberry Jam #BC0C6C

Tints of Jazzberry Jam #BC0C6C

Color information

#BC0C6C (or 0xBC0C6C) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0C and 6C. RGB value is (188,12,108). Sum of RGB (Red+Green+Blue) = 188+12+108=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C6C is #43F393. Grayscale: #4B4B4B. Windows color (decimal): -4453268 or 7081148. OLE color: 7081148.

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

Color convert

RGB18812108-
CMYK00.940.430.26
HSL327.27º88%39.22%-
HSV(B)327.27º93.62%73.73%-
XYZ23.5812.0415.27-
YUV75.57146.31208.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.04%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=61.04%
G=3.90%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881210800.940.430.26327.278839.22
HexBCC6C05E2B1A1475827
Octal274141540136533250713047
Binary101111001100110110001011110101011110101010001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C6C; }

 p { color: rgb(188,12,108); }

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

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

 a { background-color: rgb(188,12,108); }

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

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

 span { border-color: rgb(188,12,108); }

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