#B50F59

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

Shades of Jazzberry Jam #B50F59

Tints of Jazzberry Jam #B50F59

Color information

#B50F59 (or 0xB50F59) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 59. RGB value is (181,15,89). Sum of RGB (Red+Green+Blue) = 181+15+89=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F59 is #4AF0A6. Grayscale: #484848. Windows color (decimal): -4911271 or 5836725. OLE color: 5836725.

HSL color Cylindrical-coordinate representation of color #B50F59: hue angle of 333.25º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F59 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1811589-
CMYK00.920.510.29
HSL333.25º84.69%38.43%-
HSV(B)333.25º91.71%70.98%-
XYZ21.0310.8910.44-
YUV73.07137204.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 15 (6.25% from 255) = 5.26%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=63.51%
G=5.26%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181158900.920.510.29333.2584.6938.43
HexB5F5905C331D14d5526
Octal265171310134633551512546
Binary101101011111101100101011100110011111011010011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F59; }

 p { color: rgb(181,15,89); }

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

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

 a { background-color: rgb(181,15,89); }

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

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

 span { border-color: rgb(181,15,89); }

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