Html Css Color HEX #BB1251 Jazzberry Jam

📋 copy color: '#BB1251'

red 187 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #BB1251

Tints of Jazzberry Jam #BB1251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 65.38%
G = 6.29%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB1251 (or 0xBB1251) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 51. RGB value is (187,18,81). Sum of RGB (Red+Green+Blue) = 187+18+81=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1251 is #44EDAE. Grayscale: #4B4B4B. Windows color (decimal): -4517295 or 5313211. OLE color: 5313211.

HSL color Cylindrical-coordinate representation of color #BB1251: hue angle of 337.63º 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 #BB1251 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 81 -
CMYK 0 0.90 0.57 0.27
HSL 337.63º 0.82% 0.4% -
HSV(B) 337.63º 0.9% 0.73% -
XYZ 22.2 11.59 8.85 -
YUV 75.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 187 18 81 0 0.90 0.57 0.27 337.63 0.82 0.4
Hex BB 12 51 0 5A 39 1B 152 52 28
Octal 273 22 121 0 132 71 33 522 122 50
Binary 10111011 10010 1010001 0 1011010 111001 11011 101010010 1010010 101000

Color Harmonies of #BB1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1251

Black with #BB1251

Text Example


Text Example

White with #BB1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1251; }

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

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

background-color css

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

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

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

border-color css

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

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

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