#BC066E

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

Shades of Jazzberry Jam #BC066E

Tints of Jazzberry Jam #BC066E

Color information

#BC066E (or 0xBC066E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 06 and 6E. RGB value is (188,6,110). Sum of RGB (Red+Green+Blue) = 188+6+110=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC066E is #43F991. Grayscale: #484848. Windows color (decimal): -4454802 or 7210684. OLE color: 7210684.

HSL color Cylindrical-coordinate representation of color #BC066E: hue angle of 325.71º 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 #BC066E is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB1886110-
CMYK00.970.410.26
HSL325.71º93.81%38.04%-
HSV(B)325.71º96.81%73.73%-
XYZ23.6211.9515.81-
YUV72.27149.3210.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.84%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=61.84%
G=1.97%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188611000.970.410.26325.7193.8138.04
HexBC66E061291A1465e26
Octal27461560141513250613646
Binary10111100110110111001100001101001110101010001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC066E; }

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

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

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

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

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

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

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

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