Html Css Color HEX #BB0550 Jazzberry Jam

📋 copy color: '#BB0550'

red 187 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #BB0550

Tints of Jazzberry Jam #BB0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

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

R = 68.75%
G = 1.84%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB0550 (or 0xBB0550) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 50. RGB value is (187,5,80). Sum of RGB (Red+Green+Blue) = 187+5+80=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0550 is #44FAAF. Grayscale: #434343. Windows color (decimal): -4520624 or 5244347. OLE color: 5244347.

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

Color convert

RGB 187 5 80 -
CMYK 0 0.97 0.57 0.27
HSL 335.27º 0.95% 0.38% -
HSV(B) 335.27º 0.97% 0.73% -
XYZ 22 11.25 8.6 -
YUV 67.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 187 5 80 0 0.97 0.57 0.27 335.27 0.95 0.38
Hex BB 5 50 0 61 39 1B 14F 5F 26
Octal 273 5 120 0 141 71 33 517 137 46
Binary 10111011 101 1010000 0 1100001 111001 11011 101001111 1011111 100110

Color Harmonies of #BB0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0550

Black with #BB0550

Text Example


Text Example

White with #BB0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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