Html Css Color HEX #BB1459 Jazzberry Jam

📋 copy color: '#BB1459'

red 187 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #BB1459

Tints of Jazzberry Jam #BB1459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 63.18%
G = 6.76%
B = 30.07%

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

#BB1459 (or 0xBB1459) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 59. RGB value is (187,20,89). Sum of RGB (Red+Green+Blue) = 187+20+89=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1459 is #44EBA6. Grayscale: #4D4D4D. Windows color (decimal): -4516775 or 5838011. OLE color: 5838011.

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

Color convert

RGB 187 20 89 -
CMYK 0 0.89 0.52 0.27
HSL 335.21º 0.81% 0.41% -
HSV(B) 335.21º 0.89% 0.73% -
XYZ 22.55 11.79 10.54 -
YUV 77.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 187 20 89 0 0.89 0.52 0.27 335.21 0.81 0.41
Hex BB 14 59 0 59 34 1B 14F 51 29
Octal 273 24 131 0 131 64 33 517 121 51
Binary 10111011 10100 1011001 0 1011001 110100 11011 101001111 1010001 101001

Color Harmonies of #BB1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1459

Black with #BB1459

Text Example


Text Example

White with #BB1459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1459; }

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

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

background-color css

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

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

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

border-color css

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

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

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