#BB1460

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

Shades of Jazzberry Jam #BB1460

Tints of Jazzberry Jam #BB1460

Color information

#BB1460 (or 0xBB1460) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 14 and 60. RGB value is (187,20,96). Sum of RGB (Red+Green+Blue) = 187+20+96=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1460 is #44EB9F. Grayscale: #4E4E4E. Windows color (decimal): -4516768 or 6296763. OLE color: 6296763.

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

Color convert

RGB1872096-
CMYK00.890.490.27
HSL332.69º80.68%40.59%-
HSV(B)332.69º89.3%73.33%-
XYZ22.8511.9112.16-
YUV78.6137.83205.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=61.72%
G=6.60%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187209600.890.490.27332.6980.6840.59
HexBB1460059311B14d5129
Octal273241400131613351512151
Binary1011101110100110000001011001110001110111010011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1460; }

 p { color: rgb(187,20,96); }

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

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

 a { background-color: rgb(187,20,96); }

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

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

 span { border-color: rgb(187,20,96); }

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