Html Css Color HEX #B10059 Jazzberry Jam

📋 copy color: '#B10059'

red 177 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #B10059

Tints of Jazzberry Jam #B10059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.54%
G = 0%
B = 33.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B10059 (or 0xB10059) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 59. RGB value is (177,0,89). Sum of RGB (Red+Green+Blue) = 177+0+89=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B10059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10059 is #4EFFA6. Grayscale: #3E3E3E. Windows color (decimal): -5177255 or 5832881. OLE color: 5832881.

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

Color convert

RGB 177 0 89 -
CMYK 0 1 0.50 0.31
HSL 329.83º 1% 0.35% -
HSV(B) 329.83º 1% 0.69% -
XYZ 19.93 10.07 10.34 -
YUV 63.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 177 0 89 0 1 0.50 0.31 329.83 1 0.35
Hex B1 0 59 0 64 32 1F 14A 64 23
Octal 261 0 131 0 144 62 37 512 144 43
Binary 10110001 0 1011001 0 1100100 110010 11111 101001010 1100100 100011

Color Harmonies of #B10059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10059

Black with #B10059

Text Example


Text Example

White with #B10059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10059; }

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

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

background-color css

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

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

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

border-color css

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

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

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