Html Css Color HEX #BB1461 Jazzberry Jam

📋 copy color: '#BB1461'

red 187 ◦ green 20 ◦ blue 97

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

Shades of Jazzberry Jam #BB1461

Tints of Jazzberry Jam #BB1461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 61.51%
G = 6.58%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1461 (or 0xBB1461) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 61. RGB value is (187,20,97). Sum of RGB (Red+Green+Blue) = 187+20+97=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1461 is #44EB9E. Grayscale: #4E4E4E. Windows color (decimal): -4516767 or 6362299. OLE color: 6362299.

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

Color convert

RGB 187 20 97 -
CMYK 0 0.89 0.48 0.27
HSL 332.34º 0.81% 0.41% -
HSV(B) 332.34º 0.89% 0.73% -
XYZ 22.9 11.93 12.4 -
YUV 78.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 187 20 97 0 0.89 0.48 0.27 332.34 0.81 0.41
Hex BB 14 61 0 59 30 1B 14C 51 29
Octal 273 24 141 0 131 60 33 514 121 51
Binary 10111011 10100 1100001 0 1011001 110000 11011 101001100 1010001 101001

Color Harmonies of #BB1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1461

Black with #BB1461

Text Example


Text Example

White with #BB1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1461; }

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

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

background-color css

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

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

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

border-color css

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

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

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