Html Css Color HEX #BB0552 Jazzberry Jam

📋 copy color: '#BB0552'

red 187 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #BB0552

Tints of Jazzberry Jam #BB0552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 68.25%
G = 1.82%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB0552 (or 0xBB0552) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 52. RGB value is (187,5,82). Sum of RGB (Red+Green+Blue) = 187+5+82=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0552 is #44FAAD. Grayscale: #444444. Windows color (decimal): -4520622 or 5375419. OLE color: 5375419.

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

Color convert

RGB 187 5 82 -
CMYK 0 0.97 0.56 0.27
HSL 334.62º 0.95% 0.38% -
HSV(B) 334.62º 0.97% 0.73% -
XYZ 22.07 11.28 9 -
YUV 68.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 187 5 82 0 0.97 0.56 0.27 334.62 0.95 0.38
Hex BB 5 52 0 61 38 1B 14F 5F 26
Octal 273 5 122 0 141 70 33 517 137 46
Binary 10111011 101 1010010 0 1100001 111000 11011 101001111 1011111 100110

Color Harmonies of #BB0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0552

Black with #BB0552

Text Example


Text Example

White with #BB0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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