#B50F5B

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

Shades of Jazzberry Jam #B50F5B

Tints of Jazzberry Jam #B50F5B

Color information

#B50F5B (or 0xB50F5B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 5B. RGB value is (181,15,91). Sum of RGB (Red+Green+Blue) = 181+15+91=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F5B is #4AF0A4. Grayscale: #494949. Windows color (decimal): -4911269 or 5967797. OLE color: 5967797.

HSL color Cylindrical-coordinate representation of color #B50F5B: hue angle of 332.53º 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 #B50F5B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1811591-
CMYK00.920.500.29
HSL332.53º84.69%38.43%-
HSV(B)332.53º91.71%70.98%-
XYZ21.1210.9210.89-
YUV73.3138204.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=63.07%
G=5.23%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181159100.920.500.29332.5384.6938.43
HexB5F5B05C321D14d5526
Octal265171330134623551512546
Binary101101011111101101101011100110010111011010011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F5B; }

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

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

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

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

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

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

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

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