Html Css Color HEX #BB1553 Jazzberry Jam

📋 copy color: '#BB1553'

red 187 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #BB1553

Tints of Jazzberry Jam #BB1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 64.26%
G = 7.22%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB1553 (or 0xBB1553) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 53. RGB value is (187,21,83). Sum of RGB (Red+Green+Blue) = 187+21+83=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1553 is #44EAAC. Grayscale: #4D4D4D. Windows color (decimal): -4516525 or 5445051. OLE color: 5445051.

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

Color convert

RGB 187 21 83 -
CMYK 0 0.89 0.56 0.27
HSL 337.59º 0.8% 0.41% -
HSV(B) 337.59º 0.89% 0.73% -
XYZ 22.32 11.73 9.27 -
YUV 77.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 187 21 83 0 0.89 0.56 0.27 337.59 0.8 0.41
Hex BB 15 53 0 59 38 1B 152 50 29
Octal 273 25 123 0 131 70 33 522 120 51
Binary 10111011 10101 1010011 0 1011001 111000 11011 101010010 1010000 101001

Color Harmonies of #BB1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1553

Black with #BB1553

Text Example


Text Example

White with #BB1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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