Html Css Color HEX #B11959 Jazzberry Jam

📋 copy color: '#B11959'

red 177 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #B11959

Tints of Jazzberry Jam #B11959

RGB

 RED value IS 177 (69.53% from 255) = 60.82%

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 89 (35.16% from 255) = 30.58%

R = 60.82%
G = 8.59%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11959 (or 0xB11959) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 59. RGB value is (177,25,89). Sum of RGB (Red+Green+Blue) = 177+25+89=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B11959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11959 is #4EE6A6. Grayscale: #4D4D4D. Windows color (decimal): -5170855 or 5839281. OLE color: 5839281.

HSL color Cylindrical-coordinate representation of color #B11959: hue angle of 334.74º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11959 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 89 -
CMYK 0 0.86 0.50 0.31
HSL 334.74º 0.75% 0.4% -
HSV(B) 334.74º 0.86% 0.69% -
XYZ 20.28 10.76 10.46 -
YUV 77.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 177 25 89 0 0.86 0.50 0.31 334.74 0.75 0.4
Hex B1 19 59 0 56 32 1F 14F 4B 28
Octal 261 31 131 0 126 62 37 517 113 50
Binary 10110001 11001 1011001 0 1010110 110010 11111 101001111 1001011 101000

Color Harmonies of #B11959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11959

Black with #B11959

Text Example


Text Example

White with #B11959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11959; }

 p { color: rgb(177,25,89); }

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

background-color css

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

 a { background-color: rgb(177,25,89); }

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

border-color css

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

 span { border-color: rgb(177,25,89); }

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