#BC145E

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

Shades of Jazzberry Jam #BC145E

Tints of Jazzberry Jam #BC145E

Color information

#BC145E (or 0xBC145E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 14 and 5E. RGB value is (188,20,94). Sum of RGB (Red+Green+Blue) = 188+20+94=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145E is #43EBA1. Grayscale: #4E4E4E. Windows color (decimal): -4451234 or 6165692. OLE color: 6165692.

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

Color convert

RGB1882094-
CMYK00.890.500.26
HSL333.57º80.77%40.78%-
HSV(B)333.57º89.36%73.73%-
XYZ23.011211.69-
YUV78.67136.66205.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.25%
GREEN value IS 20 (8.20% from 255) = 6.62%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=62.25%
G=6.62%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188209400.890.500.26333.5780.7740.78
HexBC145E059321A14e5129
Octal274241360131623251612151
Binary1011110010100101111001011001110010110101010011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC145E; }

 p { color: rgb(188,20,94); }

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

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

 a { background-color: rgb(188,20,94); }

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

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

 span { border-color: rgb(188,20,94); }

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