Html Css Color HEX #BB1056 Jazzberry Jam

📋 copy color: '#BB1056'

red 187 ◦ green 16 ◦ blue 86

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

Shades of Jazzberry Jam #BB1056

Tints of Jazzberry Jam #BB1056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 64.71%
G = 5.54%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB1056 (or 0xBB1056) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 56. RGB value is (187,16,86). Sum of RGB (Red+Green+Blue) = 187+16+86=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1056 is #44EFA9. Grayscale: #4B4B4B. Windows color (decimal): -4517802 or 5640379. OLE color: 5640379.

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

Color convert

RGB 187 16 86 -
CMYK 0 0.91 0.54 0.27
HSL 335.44º 0.84% 0.4% -
HSV(B) 335.44º 0.91% 0.73% -
XYZ 22.36 11.61 9.87 -
YUV 75.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 187 16 86 0 0.91 0.54 0.27 335.44 0.84 0.4
Hex BB 10 56 0 5B 36 1B 14F 54 28
Octal 273 20 126 0 133 66 33 517 124 50
Binary 10111011 10000 1010110 0 1011011 110110 11011 101001111 1010100 101000

Color Harmonies of #BB1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1056

Black with #BB1056

Text Example


Text Example

White with #BB1056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1056; }

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

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

background-color css

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

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

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

border-color css

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

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

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