Html Css Color HEX #BB1860 Jazzberry Jam

📋 copy color: '#BB1860'

red 187 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #BB1860

Tints of Jazzberry Jam #BB1860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 60.91%
G = 7.82%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB1860 (or 0xBB1860) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 60. RGB value is (187,24,96). Sum of RGB (Red+Green+Blue) = 187+24+96=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1860 is #44E79F. Grayscale: #505050. Windows color (decimal): -4515744 or 6297787. OLE color: 6297787.

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

Color convert

RGB 187 24 96 -
CMYK 0 0.87 0.49 0.27
HSL 333.5º 0.77% 0.41% -
HSV(B) 333.5º 0.87% 0.73% -
XYZ 22.93 12.06 12.19 -
YUV 80.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 187 24 96 0 0.87 0.49 0.27 333.5 0.77 0.41
Hex BB 18 60 0 57 31 1B 14D 4D 29
Octal 273 30 140 0 127 61 33 515 115 51
Binary 10111011 11000 1100000 0 1010111 110001 11011 101001101 1001101 101001

Color Harmonies of #BB1860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1860

Black with #BB1860

Text Example


Text Example

White with #BB1860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1860; }

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

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

background-color css

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

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

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

border-color css

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

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

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