Html Css Color HEX #BB1962 Jazzberry Jam

📋 copy color: '#BB1962'

red 187 ◦ green 25 ◦ blue 98

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

Shades of Jazzberry Jam #BB1962

Tints of Jazzberry Jam #BB1962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 60.32%
G = 8.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1962 (or 0xBB1962) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 62. RGB value is (187,25,98). Sum of RGB (Red+Green+Blue) = 187+25+98=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1962 is #44E69D. Grayscale: #515151. Windows color (decimal): -4515486 or 6429115. OLE color: 6429115.

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

Color convert

RGB 187 25 98 -
CMYK 0 0.87 0.48 0.27
HSL 332.96º 0.76% 0.42% -
HSV(B) 332.96º 0.87% 0.73% -
XYZ 23.05 12.14 12.68 -
YUV 81.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 187 25 98 0 0.87 0.48 0.27 332.96 0.76 0.42
Hex BB 19 62 0 57 30 1B 14D 4C 2A
Octal 273 31 142 0 127 60 33 515 114 52
Binary 10111011 11001 1100010 0 1010111 110000 11011 101001101 1001100 101010

Color Harmonies of #BB1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1962

Black with #BB1962

Text Example


Text Example

White with #BB1962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1962; }

 p { color: rgb(187,25,98); }

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

background-color css

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

 a { background-color: rgb(187,25,98); }

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

border-color css

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

 span { border-color: rgb(187,25,98); }

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