#B10F5B

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

Shades of Jazzberry Jam #B10F5B

Tints of Jazzberry Jam #B10F5B

Color information

#B10F5B (or 0xB10F5B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0F and 5B. RGB value is (177,15,91). Sum of RGB (Red+Green+Blue) = 177+15+91=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F5B is #4EF0A4. Grayscale: #474747. Windows color (decimal): -5173413 or 5967793. OLE color: 5967793.

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

Color convert

RGB1771591-
CMYK00.920.490.31
HSL331.85º84.38%37.65%-
HSV(B)331.85º91.53%69.41%-
XYZ20.1910.4410.85-
YUV72.1138.67202.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=62.54%
G=5.30%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177159100.920.490.31331.8584.3837.65
HexB1F5B05C311F14c5426
Octal261171330134613751412446
Binary101100011111101101101011100110001111111010011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F5B; }

 p { color: rgb(177,15,91); }

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

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

 a { background-color: rgb(177,15,91); }

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

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

 span { border-color: rgb(177,15,91); }

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