#BC044E

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

Shades of Jazzberry Jam #BC044E

Tints of Jazzberry Jam #BC044E

Color information

#BC044E (or 0xBC044E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 04 and 4E. RGB value is (188,4,78). Sum of RGB (Red+Green+Blue) = 188+4+78=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC044E is #43FBB1. Grayscale: #434343. Windows color (decimal): -4455346 or 5113020. OLE color: 5113020.

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

Color convert

RGB188478-
CMYK00.980.590.26
HSL335.87º95.83%37.65%-
HSV(B)335.87º97.87%73.73%-
XYZ22.1611.338.23-
YUV67.45133.96213.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=69.63%
G=1.48%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18847800.980.590.26335.8795.8337.65
HexBC44E0623B1A1506026
Octal27441160142733252014046
Binary10111100100100111001100010111011110101010100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC044E; }

 p { color: rgb(188,4,78); }

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

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

 a { background-color: rgb(188,4,78); }

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

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

 span { border-color: rgb(188,4,78); }

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