Html Css Color HEX #BB1561 Jazzberry Jam

📋 copy color: '#BB1561'

red 187 ◦ green 21 ◦ blue 97

#BB1561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BB1561

Tints of Jazzberry Jam #BB1561

RGB

 RED value IS 187 (73.44% from 255) = 61.31%

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 61.31%
G = 6.89%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1561 (or 0xBB1561) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 61. RGB value is (187,21,97). Sum of RGB (Red+Green+Blue) = 187+21+97=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1561 is #44EA9E. Grayscale: #4F4F4F. Windows color (decimal): -4516511 or 6362555. OLE color: 6362555.

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

Color convert

RGB 187 21 97 -
CMYK 0 0.89 0.48 0.27
HSL 332.53º 0.8% 0.41% -
HSV(B) 332.53º 0.89% 0.73% -
XYZ 22.92 11.96 12.41 -
YUV 79.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 187 21 97 0 0.89 0.48 0.27 332.53 0.8 0.41
Hex BB 15 61 0 59 30 1B 14D 50 29
Octal 273 25 141 0 131 60 33 515 120 51
Binary 10111011 10101 1100001 0 1011001 110000 11011 101001101 1010000 101001

Color Harmonies of #BB1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1561

Black with #BB1561

Text Example


Text Example

White with #BB1561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1561; }

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

 H1.HeaderClassName
 {
   color: #BB1561;
 }
 .AnyTagClassName
 {
   color: #BB1561;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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