Html Css Color HEX #B11259 Jazzberry Jam

📋 copy color: '#B11259'

red 177 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #B11259

Tints of Jazzberry Jam #B11259

RGB

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

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

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

R = 62.32%
G = 6.34%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11259 (or 0xB11259) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 59. RGB value is (177,18,89). Sum of RGB (Red+Green+Blue) = 177+18+89=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B11259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11259 is #4EEDA6. Grayscale: #494949. Windows color (decimal): -5172647 or 5837489. OLE color: 5837489.

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

Color convert

RGB 177 18 89 -
CMYK 0 0.90 0.50 0.31
HSL 333.21º 0.82% 0.38% -
HSV(B) 333.21º 0.9% 0.69% -
XYZ 20.15 10.5 10.42 -
YUV 73.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 177 18 89 0 0.90 0.50 0.31 333.21 0.82 0.38
Hex B1 12 59 0 5A 32 1F 14D 52 26
Octal 261 22 131 0 132 62 37 515 122 46
Binary 10110001 10010 1011001 0 1011010 110010 11111 101001101 1010010 100110

Color Harmonies of #B11259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11259

Black with #B11259

Text Example


Text Example

White with #B11259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11259; }

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

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

background-color css

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

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

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

border-color css

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

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

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