Html Css Color HEX #BB1456 Jazzberry Jam

📋 copy color: '#BB1456'

red 187 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #BB1456

Tints of Jazzberry Jam #BB1456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 63.82%
G = 6.83%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB1456 (or 0xBB1456) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 56. RGB value is (187,20,86). Sum of RGB (Red+Green+Blue) = 187+20+86=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1456 is #44EBA9. Grayscale: #4D4D4D. Windows color (decimal): -4516778 or 5641403. OLE color: 5641403.

HSL color Cylindrical-coordinate representation of color #BB1456: hue angle of 336.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1456 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 86 -
CMYK 0 0.89 0.54 0.27
HSL 336.29º 0.81% 0.41% -
HSV(B) 336.29º 0.89% 0.73% -
XYZ 22.42 11.74 9.89 -
YUV 77.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 187 20 86 0 0.89 0.54 0.27 336.29 0.81 0.41
Hex BB 14 56 0 59 36 1B 150 51 29
Octal 273 24 126 0 131 66 33 520 121 51
Binary 10111011 10100 1010110 0 1011001 110110 11011 101010000 1010001 101001

Color Harmonies of #BB1456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1456

Black with #BB1456

Text Example


Text Example

White with #BB1456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1456; }

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

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

background-color css

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

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

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

border-color css

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

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

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