Html Css Color HEX #B11149 Jazzberry Jam

📋 copy color: '#B11149'

red 177 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #B11149

Tints of Jazzberry Jam #B11149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 66.29%
G = 6.37%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11149 (or 0xB11149) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 49. RGB value is (177,17,73). Sum of RGB (Red+Green+Blue) = 177+17+73=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11149 is #4EEEB6. Grayscale: #474747. Windows color (decimal): -5172919 or 4788657. OLE color: 4788657.

HSL color Cylindrical-coordinate representation of color #B11149: hue angle of 339º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11149 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 73 -
CMYK 0 0.90 0.59 0.31
HSL 339º 0.82% 0.38% -
HSV(B) 339º 0.9% 0.69% -
XYZ 19.53 10.23 7.25 -
YUV 71.22 129.01 203.45 -
System Red Green Blue C M Y K H S L
Decimal 177 17 73 0 0.90 0.59 0.31 339 0.82 0.38
Hex B1 11 49 0 5A 3B 1F 153 52 26
Octal 261 21 111 0 132 73 37 523 122 46
Binary 10110001 10001 1001001 0 1011010 111011 11111 101010011 1010010 100110

Color Harmonies of #B11149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11149

Black with #B11149

Text Example


Text Example

White with #B11149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11149; }

 p { color: rgb(177,17,73); }

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

background-color css

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

 a { background-color: rgb(177,17,73); }

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

border-color css

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

 span { border-color: rgb(177,17,73); }

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