Html Css Color HEX #BB1762 Jazzberry Jam

📋 copy color: '#BB1762'

red 187 ◦ green 23 ◦ blue 98

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

Shades of Jazzberry Jam #BB1762

Tints of Jazzberry Jam #BB1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 60.71%
G = 7.47%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1762 (or 0xBB1762) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 62. RGB value is (187,23,98). Sum of RGB (Red+Green+Blue) = 187+23+98=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1762 is #44E89D. Grayscale: #505050. Windows color (decimal): -4515998 or 6428603. OLE color: 6428603.

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

Color convert

RGB 187 23 98 -
CMYK 0 0.88 0.48 0.27
HSL 332.56º 0.78% 0.41% -
HSV(B) 332.56º 0.88% 0.73% -
XYZ 23 12.06 12.67 -
YUV 80.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 187 23 98 0 0.88 0.48 0.27 332.56 0.78 0.41
Hex BB 17 62 0 58 30 1B 14D 4E 29
Octal 273 27 142 0 130 60 33 515 116 51
Binary 10111011 10111 1100010 0 1011000 110000 11011 101001101 1001110 101001

Color Harmonies of #BB1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1762

Black with #BB1762

Text Example


Text Example

White with #BB1762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1762; }

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

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

background-color css

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

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

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

border-color css

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

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

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