#BC0665

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

Shades of Jazzberry Jam #BC0665

Tints of Jazzberry Jam #BC0665

Color information

#BC0665 (or 0xBC0665) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 06 and 65. RGB value is (188,6,101). Sum of RGB (Red+Green+Blue) = 188+6+101=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0665 is #43F99A. Grayscale: #474747. Windows color (decimal): -4454811 or 6620860. OLE color: 6620860.

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

Color convert

RGB1886101-
CMYK00.970.460.26
HSL328.68º93.81%38.04%-
HSV(B)328.68º96.81%73.73%-
XYZ23.1511.7613.36-
YUV71.25144.8211.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.73%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=63.73%
G=2.03%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188610100.970.460.26328.6893.8138.04
HexBC6650612E1A1495e26
Octal27461450141563251113646
Binary10111100110110010101100001101110110101010010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0665; }

 p { color: rgb(188,6,101); }

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

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

 a { background-color: rgb(188,6,101); }

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

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

 span { border-color: rgb(188,6,101); }

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