#BC086B

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

Shades of Jazzberry Jam #BC086B

Tints of Jazzberry Jam #BC086B

Color information

#BC086B (or 0xBC086B) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 08 and 6B. RGB value is (188,8,107). Sum of RGB (Red+Green+Blue) = 188+8+107=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC086B is #43F794. Grayscale: #484848. Windows color (decimal): -4454293 or 7014588. OLE color: 7014588.

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

Color convert

RGB1888107-
CMYK00.960.430.26
HSL327º91.84%38.43%-
HSV(B)327º95.74%73.73%-
XYZ23.4811.9314.97-
YUV73.11147.13209.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 8 (3.52% from 255) = 2.64%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=62.05%
G=2.64%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188810700.960.430.2632791.8438.43
HexBC86B0602B1A1475c26
Octal274101530140533250713446
Binary101111001000110101101100000101011110101010001111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC086B; }

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

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

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

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

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

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

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

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