Html Css Color HEX #BB1159 Jazzberry Jam

📋 copy color: '#BB1159'

red 187 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #BB1159

Tints of Jazzberry Jam #BB1159

RGB

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

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

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

R = 63.82%
G = 5.8%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB1159 (or 0xBB1159) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 59. RGB value is (187,17,89). Sum of RGB (Red+Green+Blue) = 187+17+89=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1159 is #44EEA6. Grayscale: #4B4B4B. Windows color (decimal): -4517543 or 5837243. OLE color: 5837243.

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

Color convert

RGB 187 17 89 -
CMYK 0 0.91 0.52 0.27
HSL 334.59º 0.83% 0.4% -
HSV(B) 334.59º 0.91% 0.73% -
XYZ 22.5 11.69 10.52 -
YUV 76.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 187 17 89 0 0.91 0.52 0.27 334.59 0.83 0.4
Hex BB 11 59 0 5B 34 1B 14F 53 28
Octal 273 21 131 0 133 64 33 517 123 50
Binary 10111011 10001 1011001 0 1011011 110100 11011 101001111 1010011 101000

Color Harmonies of #BB1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1159

Black with #BB1159

Text Example


Text Example

White with #BB1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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