Html Css Color HEX #BB155C Jazzberry Jam

📋 copy color: '#BB155C'

red 187 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #BB155C

Tints of Jazzberry Jam #BB155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 62.33%
G = 7%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB155C (or 0xBB155C) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 5C. RGB value is (187,21,92). Sum of RGB (Red+Green+Blue) = 187+21+92=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB155C is #44EAA3. Grayscale: #4E4E4E. Windows color (decimal): -4516516 or 6034875. OLE color: 6034875.

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

Color convert

RGB 187 21 92 -
CMYK 0 0.89 0.51 0.27
HSL 334.34º 0.8% 0.41% -
HSV(B) 334.34º 0.89% 0.73% -
XYZ 22.69 11.87 11.22 -
YUV 78.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 187 21 92 0 0.89 0.51 0.27 334.34 0.8 0.41
Hex BB 15 5C 0 59 33 1B 14E 50 29
Octal 273 25 134 0 131 63 33 516 120 51
Binary 10111011 10101 1011100 0 1011001 110011 11011 101001110 1010000 101001

Color Harmonies of #BB155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB155C

Black with #BB155C

Text Example


Text Example

White with #BB155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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