Html Css Color HEX #B10160 Jazzberry Jam

📋 copy color: '#B10160'

red 177 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #B10160

Tints of Jazzberry Jam #B10160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 64.6%
G = 0.36%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B10160 (or 0xB10160) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 60. RGB value is (177,1,96). Sum of RGB (Red+Green+Blue) = 177+1+96=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B10160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10160 is #4EFE9F. Grayscale: #404040. Windows color (decimal): -5176992 or 6291889. OLE color: 6291889.

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

Color convert

RGB 177 1 96 -
CMYK 0 0.99 0.46 0.31
HSL 327.61º 0.99% 0.35% -
HSV(B) 327.61º 0.99% 0.69% -
XYZ 20.25 10.21 11.97 -
YUV 64.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 177 1 96 0 0.99 0.46 0.31 327.61 0.99 0.35
Hex B1 1 60 0 63 2E 1F 148 63 23
Octal 261 1 140 0 143 56 37 510 143 43
Binary 10110001 1 1100000 0 1100011 101110 11111 101001000 1100011 100011

Color Harmonies of #B10160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10160

Black with #B10160

Text Example


Text Example

White with #B10160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10160; }

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

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

background-color css

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

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

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

border-color css

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

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

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