#BB1461

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

Shades of Jazzberry Jam #BB1461

Tints of Jazzberry Jam #BB1461

Color information

#BB1461 (or 0xBB1461) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 14 and 61. RGB value is (187,20,97). Sum of RGB (Red+Green+Blue) = 187+20+97=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1461 is #44EB9E. Grayscale: #4E4E4E. Windows color (decimal): -4516767 or 6362299. OLE color: 6362299.

HSL color Cylindrical-coordinate representation of color #BB1461: hue angle of 332.34º 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 #BB1461 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1872097-
CMYK00.890.480.27
HSL332.34º80.68%40.59%-
HSV(B)332.34º89.3%73.33%-
XYZ22.911.9312.4-
YUV78.71138.33205.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 20 (8.20% from 255) = 6.58%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=61.51%
G=6.58%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187209700.890.480.27332.3480.6840.59
HexBB1461059301B14c5129
Octal273241410131603351412151
Binary1011101110100110000101011001110000110111010011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1461; }

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

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

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

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

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

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

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

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