Html Css Color HEX #BB1658 Jazzberry Jam

📋 copy color: '#BB1658'

red 187 ◦ green 22 ◦ blue 88

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

Shades of Jazzberry Jam #BB1658

Tints of Jazzberry Jam #BB1658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 62.96%
G = 7.41%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB1658 (or 0xBB1658) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 58. RGB value is (187,22,88). Sum of RGB (Red+Green+Blue) = 187+22+88=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1658 is #44E9A7. Grayscale: #4E4E4E. Windows color (decimal): -4516264 or 5772987. OLE color: 5772987.

HSL color Cylindrical-coordinate representation of color #BB1658: hue angle of 336º degrees, saturation: 0.79, 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 #BB1658 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 22 88 -
CMYK 0 0.88 0.53 0.27
HSL 336º 0.79% 0.41% -
HSV(B) 336º 0.88% 0.73% -
XYZ 22.54 11.84 10.33 -
YUV 78.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 187 22 88 0 0.88 0.53 0.27 336 0.79 0.41
Hex BB 16 58 0 58 35 1B 150 4F 29
Octal 273 26 130 0 130 65 33 520 117 51
Binary 10111011 10110 1011000 0 1011000 110101 11011 101010000 1001111 101001

Color Harmonies of #BB1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1658

Black with #BB1658

Text Example


Text Example

White with #BB1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1658; }

 p { color: rgb(187,22,88); }

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

background-color css

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

 a { background-color: rgb(187,22,88); }

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

border-color css

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

 span { border-color: rgb(187,22,88); }

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