#BC166B

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

Shades of Jazzberry Jam #BC166B

Tints of Jazzberry Jam #BC166B

Color information

#BC166B (or 0xBC166B) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 16 and 6B. RGB value is (188,22,107). Sum of RGB (Red+Green+Blue) = 188+22+107=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC166B is #43E994. Grayscale: #515151. Windows color (decimal): -4450709 or 7018172. OLE color: 7018172.

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

Color convert

RGB18822107-
CMYK00.880.430.26
HSL329.28º79.05%41.18%-
HSV(B)329.28º88.3%73.73%-
XYZ23.6812.3315.04-
YUV81.32142.5204.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=59.31%
G=6.94%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882210700.880.430.26329.2879.0541.18
HexBC166B0582B1A1494f29
Octal274261530130533251111751
Binary1011110010110110101101011000101011110101010010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC166B; }

 p { color: rgb(188,22,107); }

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

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

 a { background-color: rgb(188,22,107); }

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

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

 span { border-color: rgb(188,22,107); }

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