Html Css Color HEX #BB1257 Jazzberry Jam

📋 copy color: '#BB1257'

red 187 ◦ green 18 ◦ blue 87

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

Shades of Jazzberry Jam #BB1257

Tints of Jazzberry Jam #BB1257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 64.04%
G = 6.16%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB1257 (or 0xBB1257) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 57. RGB value is (187,18,87). Sum of RGB (Red+Green+Blue) = 187+18+87=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1257 is #44EDA8. Grayscale: #4C4C4C. Windows color (decimal): -4517289 or 5706427. OLE color: 5706427.

HSL color Cylindrical-coordinate representation of color #BB1257: hue angle of 335.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1257 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 87 -
CMYK 0 0.90 0.53 0.27
HSL 335.5º 0.82% 0.4% -
HSV(B) 335.5º 0.9% 0.73% -
XYZ 22.43 11.69 10.09 -
YUV 76.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 187 18 87 0 0.90 0.53 0.27 335.5 0.82 0.4
Hex BB 12 57 0 5A 35 1B 150 52 28
Octal 273 22 127 0 132 65 33 520 122 50
Binary 10111011 10010 1010111 0 1011010 110101 11011 101010000 1010010 101000

Color Harmonies of #BB1257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1257

Black with #BB1257

Text Example


Text Example

White with #BB1257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1257; }

 p { color: rgb(187,18,87); }

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

background-color css

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

 a { background-color: rgb(187,18,87); }

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

border-color css

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

 span { border-color: rgb(187,18,87); }

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