#BD1560

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

Shades of Jazzberry Jam #BD1560

Tints of Jazzberry Jam #BD1560

Color information

#BD1560 (or 0xBD1560) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 15 and 60. RGB value is (189,21,96). Sum of RGB (Red+Green+Blue) = 189+21+96=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1560 is #42EA9F. Grayscale: #4F4F4F. Windows color (decimal): -4385440 or 6297021. OLE color: 6297021.

HSL color Cylindrical-coordinate representation of color #BD1560: hue angle of 333.21º degrees, saturation: 0.8, 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 #BD1560 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1892196-
CMYK00.890.490.26
HSL333.21º80%41.18%-
HSV(B)333.21º88.89%74.12%-
XYZ23.3712.212.19-
YUV79.78137.16205.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=61.76%
G=6.86%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189219600.890.490.26333.218041.18
HexBD1560059311A14d5029
Octal275251400131613251512051
Binary1011110110101110000001011001110001110101010011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1560; }

 p { color: rgb(189,21,96); }

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

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

 a { background-color: rgb(189,21,96); }

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

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

 span { border-color: rgb(189,21,96); }

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