Html Css Color HEX #B10559 Jazzberry Jam

📋 copy color: '#B10559'

red 177 ◦ green 5 ◦ blue 89

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

Shades of Jazzberry Jam #B10559

Tints of Jazzberry Jam #B10559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 65.31%
G = 1.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B10559 (or 0xB10559) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 59. RGB value is (177,5,89). Sum of RGB (Red+Green+Blue) = 177+5+89=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B10559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10559 is #4EFAA6. Grayscale: #414141. Windows color (decimal): -5175975 or 5834161. OLE color: 5834161.

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

Color convert

RGB 177 5 89 -
CMYK 0 0.97 0.50 0.31
HSL 330.7º 0.95% 0.36% -
HSV(B) 330.7º 0.97% 0.69% -
XYZ 19.99 10.18 10.36 -
YUV 66 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 177 5 89 0 0.97 0.50 0.31 330.7 0.95 0.36
Hex B1 5 59 0 61 32 1F 14B 5F 24
Octal 261 5 131 0 141 62 37 513 137 44
Binary 10110001 101 1011001 0 1100001 110010 11111 101001011 1011111 100100

Color Harmonies of #B10559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10559

Black with #B10559

Text Example


Text Example

White with #B10559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10559; }

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

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

background-color css

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

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

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

border-color css

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

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

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