Html Css Color HEX #BB1055 Jazzberry Jam

📋 copy color: '#BB1055'

red 187 ◦ green 16 ◦ blue 85

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

Shades of Jazzberry Jam #BB1055

Tints of Jazzberry Jam #BB1055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 85 (33.59% from 255) = 29.51%

R = 64.93%
G = 5.56%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB1055 (or 0xBB1055) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 55. RGB value is (187,16,85). Sum of RGB (Red+Green+Blue) = 187+16+85=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1055 is #44EFAA. Grayscale: #4A4A4A. Windows color (decimal): -4517803 or 5574843. OLE color: 5574843.

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

Color convert

RGB 187 16 85 -
CMYK 0 0.91 0.55 0.27
HSL 335.79º 0.84% 0.4% -
HSV(B) 335.79º 0.91% 0.73% -
XYZ 22.32 11.59 9.66 -
YUV 75 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 187 16 85 0 0.91 0.55 0.27 335.79 0.84 0.4
Hex BB 10 55 0 5B 37 1B 150 54 28
Octal 273 20 125 0 133 67 33 520 124 50
Binary 10111011 10000 1010101 0 1011011 110111 11011 101010000 1010100 101000

Color Harmonies of #BB1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1055

Black with #BB1055

Text Example


Text Example

White with #BB1055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1055; }

 p { color: rgb(187,16,85); }

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

background-color css

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

 a { background-color: rgb(187,16,85); }

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

border-color css

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

 span { border-color: rgb(187,16,85); }

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