Html Css Color HEX #BB1556 Jazzberry Jam

📋 copy color: '#BB1556'

red 187 ◦ green 21 ◦ blue 86

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

Shades of Jazzberry Jam #BB1556

Tints of Jazzberry Jam #BB1556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 63.61%
G = 7.14%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB1556 (or 0xBB1556) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 56. RGB value is (187,21,86). Sum of RGB (Red+Green+Blue) = 187+21+86=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1556 is #44EAA9. Grayscale: #4D4D4D. Windows color (decimal): -4516522 or 5641659. OLE color: 5641659.

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

Color convert

RGB 187 21 86 -
CMYK 0 0.89 0.54 0.27
HSL 336.51º 0.8% 0.41% -
HSV(B) 336.51º 0.89% 0.73% -
XYZ 22.44 11.77 9.89 -
YUV 78.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 187 21 86 0 0.89 0.54 0.27 336.51 0.8 0.41
Hex BB 15 56 0 59 36 1B 151 50 29
Octal 273 25 126 0 131 66 33 521 120 51
Binary 10111011 10101 1010110 0 1011001 110110 11011 101010001 1010000 101001

Color Harmonies of #BB1556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1556

Black with #BB1556

Text Example


Text Example

White with #BB1556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1556; }

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

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

background-color css

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

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

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

border-color css

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

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

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