Html Css Color HEX #B10560 Jazzberry Jam

📋 copy color: '#B10560'

red 177 ◦ green 5 ◦ blue 96

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

Shades of Jazzberry Jam #B10560

Tints of Jazzberry Jam #B10560

RGB

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

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

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

R = 63.67%
G = 1.8%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B10560 (or 0xB10560) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 60. RGB value is (177,5,96). Sum of RGB (Red+Green+Blue) = 177+5+96=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B10560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10560 is #4EFA9F. Grayscale: #424242. Windows color (decimal): -5175968 or 6292913. OLE color: 6292913.

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

Color convert

RGB 177 5 96 -
CMYK 0 0.97 0.46 0.31
HSL 328.26º 0.95% 0.36% -
HSV(B) 328.26º 0.97% 0.69% -
XYZ 20.3 10.3 11.98 -
YUV 66.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 177 5 96 0 0.97 0.46 0.31 328.26 0.95 0.36
Hex B1 5 60 0 61 2E 1F 148 5F 24
Octal 261 5 140 0 141 56 37 510 137 44
Binary 10110001 101 1100000 0 1100001 101110 11111 101001000 1011111 100100

Color Harmonies of #B10560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10560

Black with #B10560

Text Example


Text Example

White with #B10560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10560; }

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

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

background-color css

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

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

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

border-color css

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

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

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