#B10E50

Color #B10E50 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B10E50

Tints of Jazzberry Jam #B10E50

Color information

#B10E50 (or 0xB10E50) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0E and 50. RGB value is (177,14,80). Sum of RGB (Red+Green+Blue) = 177+14+80=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E50 is #4EF1AF. Grayscale: #464646. Windows color (decimal): -5173680 or 5246641. OLE color: 5246641.

HSL color Cylindrical-coordinate representation of color #B10E50: hue angle of 335.71º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E50 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1771480-
CMYK00.920.550.31
HSL335.71º85.34%37.45%-
HSV(B)335.71º92.09%69.41%-
XYZ19.7410.248.53-
YUV70.26133.5204.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=65.31%
G=5.17%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177148000.920.550.31335.7185.3437.45
HexB1E5005C371F1505525
Octal261161200134673752012545
Binary101100011110101000001011100110111111111010100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10E50; }

 p { color: rgb(177,14,80); }

 H1.HeaderClassName
 {
   color: #B10E50;
 }
 .AnyTagClassName
 {
   color: #B10E50;
 }
</style>
background-color css

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

 a { background-color: rgb(177,14,80); }

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

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

 span { border-color: rgb(177,14,80); }

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