Html Css Color HEX #B11160 Jazzberry Jam

📋 copy color: '#B11160'

red 177 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #B11160

Tints of Jazzberry Jam #B11160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 61.03%
G = 5.86%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B11160 (or 0xB11160) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 60. RGB value is (177,17,96). Sum of RGB (Red+Green+Blue) = 177+17+96=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B11160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11160 is #4EEE9F. Grayscale: #494949. Windows color (decimal): -5172896 or 6295985. OLE color: 6295985.

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

Color convert

RGB 177 17 96 -
CMYK 0 0.90 0.46 0.31
HSL 330.38º 0.82% 0.38% -
HSV(B) 330.38º 0.9% 0.69% -
XYZ 20.44 10.59 12.03 -
YUV 73.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 177 17 96 0 0.90 0.46 0.31 330.38 0.82 0.38
Hex B1 11 60 0 5A 2E 1F 14A 52 26
Octal 261 21 140 0 132 56 37 512 122 46
Binary 10110001 10001 1100000 0 1011010 101110 11111 101001010 1010010 100110

Color Harmonies of #B11160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11160

Black with #B11160

Text Example


Text Example

White with #B11160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11160; }

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

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

background-color css

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

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

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

border-color css

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

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

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