Html Css Color HEX #BB1562 Jazzberry Jam

📋 copy color: '#BB1562'

red 187 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #BB1562

Tints of Jazzberry Jam #BB1562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 61.11%
G = 6.86%
B = 32.03%

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

#BB1562 (or 0xBB1562) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 62. RGB value is (187,21,98). Sum of RGB (Red+Green+Blue) = 187+21+98=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1562 is #44EA9D. Grayscale: #4F4F4F. Windows color (decimal): -4516510 or 6428091. OLE color: 6428091.

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

Color convert

RGB 187 21 98 -
CMYK 0 0.89 0.48 0.27
HSL 332.17º 0.8% 0.41% -
HSV(B) 332.17º 0.89% 0.73% -
XYZ 22.97 11.98 12.66 -
YUV 79.41 138.5 204.74 -
System Red Green Blue C M Y K H S L
Decimal 187 21 98 0 0.89 0.48 0.27 332.17 0.8 0.41
Hex BB 15 62 0 59 30 1B 14C 50 29
Octal 273 25 142 0 131 60 33 514 120 51
Binary 10111011 10101 1100010 0 1011001 110000 11011 101001100 1010000 101001

Color Harmonies of #BB1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1562

Black with #BB1562

Text Example


Text Example

White with #BB1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1562; }

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

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

background-color css

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

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

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

border-color css

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

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

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