Html Css Color HEX #BB115C Jazzberry Jam

📋 copy color: '#BB115C'

red 187 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #BB115C

Tints of Jazzberry Jam #BB115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 63.18%
G = 5.74%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB115C (or 0xBB115C) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 5C. RGB value is (187,17,92). Sum of RGB (Red+Green+Blue) = 187+17+92=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB115C is #44EEA3. Grayscale: #4C4C4C. Windows color (decimal): -4517540 or 6033851. OLE color: 6033851.

HSL color Cylindrical-coordinate representation of color #BB115C: hue angle of 333.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB115C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 92 -
CMYK 0 0.91 0.51 0.27
HSL 333.53º 0.83% 0.4% -
HSV(B) 333.53º 0.91% 0.73% -
XYZ 22.63 11.74 11.2 -
YUV 76.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 187 17 92 0 0.91 0.51 0.27 333.53 0.83 0.4
Hex BB 11 5C 0 5B 33 1B 14E 53 28
Octal 273 21 134 0 133 63 33 516 123 50
Binary 10111011 10001 1011100 0 1011011 110011 11011 101001110 1010011 101000

Color Harmonies of #BB115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB115C

Black with #BB115C

Text Example


Text Example

White with #BB115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB115C; }

 p { color: rgb(187,17,92); }

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

background-color css

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

 a { background-color: rgb(187,17,92); }

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

border-color css

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

 span { border-color: rgb(187,17,92); }

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