Html Css Color HEX #BB1460 Jazzberry Jam

📋 copy color: '#BB1460'

red 187 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #BB1460

Tints of Jazzberry Jam #BB1460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 61.72%
G = 6.6%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB1460 (or 0xBB1460) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 60. RGB value is (187,20,96). Sum of RGB (Red+Green+Blue) = 187+20+96=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1460 is #44EB9F. Grayscale: #4E4E4E. Windows color (decimal): -4516768 or 6296763. OLE color: 6296763.

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

Color convert

RGB 187 20 96 -
CMYK 0 0.89 0.49 0.27
HSL 332.69º 0.81% 0.41% -
HSV(B) 332.69º 0.89% 0.73% -
XYZ 22.85 11.91 12.16 -
YUV 78.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 187 20 96 0 0.89 0.49 0.27 332.69 0.81 0.41
Hex BB 14 60 0 59 31 1B 14D 51 29
Octal 273 24 140 0 131 61 33 515 121 51
Binary 10111011 10100 1100000 0 1011001 110001 11011 101001101 1010001 101001

Color Harmonies of #BB1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1460

Black with #BB1460

Text Example


Text Example

White with #BB1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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