Html Css Color HEX #BB1150 Jazzberry Jam

📋 copy color: '#BB1150'

red 187 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #BB1150

Tints of Jazzberry Jam #BB1150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 65.85%
G = 5.99%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB1150 (or 0xBB1150) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 50. RGB value is (187,17,80). Sum of RGB (Red+Green+Blue) = 187+17+80=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1150 is #44EEAF. Grayscale: #4A4A4A. Windows color (decimal): -4517552 or 5247419. OLE color: 5247419.

HSL color Cylindrical-coordinate representation of color #BB1150: hue angle of 337.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1150 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 80 -
CMYK 0 0.91 0.57 0.27
HSL 337.76º 0.83% 0.4% -
HSV(B) 337.76º 0.91% 0.73% -
XYZ 22.14 11.54 8.65 -
YUV 75.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 187 17 80 0 0.91 0.57 0.27 337.76 0.83 0.4
Hex BB 11 50 0 5B 39 1B 152 53 28
Octal 273 21 120 0 133 71 33 522 123 50
Binary 10111011 10001 1010000 0 1011011 111001 11011 101010010 1010011 101000

Color Harmonies of #BB1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1150

Black with #BB1150

Text Example


Text Example

White with #BB1150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1150; }

 p { color: rgb(187,17,80); }

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

background-color css

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

 a { background-color: rgb(187,17,80); }

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

border-color css

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

 span { border-color: rgb(187,17,80); }

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