Html Css Color HEX #BB1559 Jazzberry Jam

📋 copy color: '#BB1559'

red 187 ◦ green 21 ◦ blue 89

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

Shades of Jazzberry Jam #BB1559

Tints of Jazzberry Jam #BB1559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 62.96%
G = 7.07%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB1559 (or 0xBB1559) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 59. RGB value is (187,21,89). Sum of RGB (Red+Green+Blue) = 187+21+89=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1559 is #44EAA6. Grayscale: #4E4E4E. Windows color (decimal): -4516519 or 5838267. OLE color: 5838267.

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

Color convert

RGB 187 21 89 -
CMYK 0 0.89 0.52 0.27
HSL 335.42º 0.8% 0.41% -
HSV(B) 335.42º 0.89% 0.73% -
XYZ 22.56 11.82 10.54 -
YUV 78.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 187 21 89 0 0.89 0.52 0.27 335.42 0.8 0.41
Hex BB 15 59 0 59 34 1B 14F 50 29
Octal 273 25 131 0 131 64 33 517 120 51
Binary 10111011 10101 1011001 0 1011001 110100 11011 101001111 1010000 101001

Color Harmonies of #BB1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1559

Black with #BB1559

Text Example


Text Example

White with #BB1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1559; }

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

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

background-color css

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

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

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

border-color css

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

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

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