Html Css Color HEX #B11656 Jazzberry Jam

📋 copy color: '#B11656'

red 177 ◦ green 22 ◦ blue 86

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

Shades of Jazzberry Jam #B11656

Tints of Jazzberry Jam #B11656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 62.11%
G = 7.72%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B11656 (or 0xB11656) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 56. RGB value is (177,22,86). Sum of RGB (Red+Green+Blue) = 177+22+86=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B11656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11656 is #4EE9A9. Grayscale: #4B4B4B. Windows color (decimal): -5171626 or 5641905. OLE color: 5641905.

HSL color Cylindrical-coordinate representation of color #B11656: hue angle of 335.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11656 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 86 -
CMYK 0 0.88 0.51 0.31
HSL 335.23º 0.78% 0.39% -
HSV(B) 335.23º 0.88% 0.69% -
XYZ 20.1 10.59 9.79 -
YUV 75.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 177 22 86 0 0.88 0.51 0.31 335.23 0.78 0.39
Hex B1 16 56 0 58 33 1F 14F 4E 27
Octal 261 26 126 0 130 63 37 517 116 47
Binary 10110001 10110 1010110 0 1011000 110011 11111 101001111 1001110 100111

Color Harmonies of #B11656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11656

Black with #B11656

Text Example


Text Example

White with #B11656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11656; }

 p { color: rgb(177,22,86); }

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

background-color css

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

 a { background-color: rgb(177,22,86); }

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

border-color css

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

 span { border-color: rgb(177,22,86); }

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