Html Css Color HEX #BB0549 Jazzberry Jam

📋 copy color: '#BB0549'

red 187 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #BB0549

Tints of Jazzberry Jam #BB0549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 70.57%
G = 1.89%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB0549 (or 0xBB0549) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 49. RGB value is (187,5,73). Sum of RGB (Red+Green+Blue) = 187+5+73=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0549 is #44FAB6. Grayscale: #434343. Windows color (decimal): -4520631 or 4785595. OLE color: 4785595.

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

Color convert

RGB 187 5 73 -
CMYK 0 0.97 0.61 0.27
HSL 337.58º 0.95% 0.38% -
HSV(B) 337.58º 0.97% 0.73% -
XYZ 21.75 11.15 7.31 -
YUV 67.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 187 5 73 0 0.97 0.61 0.27 337.58 0.95 0.38
Hex BB 5 49 0 61 3D 1B 152 5F 26
Octal 273 5 111 0 141 75 33 522 137 46
Binary 10111011 101 1001001 0 1100001 111101 11011 101010010 1011111 100110

Color Harmonies of #BB0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0549

Black with #BB0549

Text Example


Text Example

White with #BB0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0549; }

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

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

background-color css

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

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

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

border-color css

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

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

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