Html Css Color HEX #BB0558 Jazzberry Jam

📋 copy color: '#BB0558'

red 187 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #BB0558

Tints of Jazzberry Jam #BB0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 66.79%
G = 1.79%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB0558 (or 0xBB0558) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 58. RGB value is (187,5,88). Sum of RGB (Red+Green+Blue) = 187+5+88=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0558 is #44FAA7. Grayscale: #444444. Windows color (decimal): -4520616 or 5768635. OLE color: 5768635.

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

Color convert

RGB 187 5 88 -
CMYK 0 0.97 0.53 0.27
HSL 332.64º 0.95% 0.38% -
HSV(B) 332.64º 0.97% 0.73% -
XYZ 22.31 11.38 10.25 -
YUV 68.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 187 5 88 0 0.97 0.53 0.27 332.64 0.95 0.38
Hex BB 5 58 0 61 35 1B 14D 5F 26
Octal 273 5 130 0 141 65 33 515 137 46
Binary 10111011 101 1011000 0 1100001 110101 11011 101001101 1011111 100110

Color Harmonies of #BB0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0558

Black with #BB0558

Text Example


Text Example

White with #BB0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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