#BC0D57

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

Shades of Jazzberry Jam #BC0D57

Tints of Jazzberry Jam #BC0D57

Color information

#BC0D57 (or 0xBC0D57) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0D and 57. RGB value is (188,13,87). Sum of RGB (Red+Green+Blue) = 188+13+87=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D57 is #43F2A8. Grayscale: #494949. Windows color (decimal): -4453033 or 5705148. OLE color: 5705148.

HSL color Cylindrical-coordinate representation of color #BC0D57: hue angle of 334.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D57 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1881387-
CMYK00.930.540.26
HSL334.63º87.06%39.41%-
HSV(B)334.63º93.09%73.73%-
XYZ22.611.6710.08-
YUV73.76135.48209.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.28%
GREEN value IS 13 (5.47% from 255) = 4.51%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=65.28%
G=4.51%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188138700.930.540.26334.6387.0639.41
HexBCD5705D361A14f5727
Octal274151270135663251712747
Binary101111001101101011101011101110110110101010011111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0D57; }

 p { color: rgb(188,13,87); }

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

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

 a { background-color: rgb(188,13,87); }

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

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

 span { border-color: rgb(188,13,87); }

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