Html Css Color HEX #BB1050 Jazzberry Jam

📋 copy color: '#BB1050'

red 187 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #BB1050

Tints of Jazzberry Jam #BB1050

RGB

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

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

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

R = 66.08%
G = 5.65%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB1050 (or 0xBB1050) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 50. RGB value is (187,16,80). Sum of RGB (Red+Green+Blue) = 187+16+80=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1050 is #44EFAF. Grayscale: #4A4A4A. Windows color (decimal): -4517808 or 5247163. OLE color: 5247163.

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

Color convert

RGB 187 16 80 -
CMYK 0 0.91 0.57 0.27
HSL 337.54º 0.84% 0.4% -
HSV(B) 337.54º 0.91% 0.73% -
XYZ 22.13 11.51 8.65 -
YUV 74.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 187 16 80 0 0.91 0.57 0.27 337.54 0.84 0.4
Hex BB 10 50 0 5B 39 1B 152 54 28
Octal 273 20 120 0 133 71 33 522 124 50
Binary 10111011 10000 1010000 0 1011011 111001 11011 101010010 1010100 101000

Color Harmonies of #BB1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1050

Black with #BB1050

Text Example


Text Example

White with #BB1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1050; }

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

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

background-color css

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

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

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

border-color css

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

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

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