#B50C5E

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

Shades of Jazzberry Jam #B50C5E

Tints of Jazzberry Jam #B50C5E

Color information

#B50C5E (or 0xB50C5E) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 5E. RGB value is (181,12,94). Sum of RGB (Red+Green+Blue) = 181+12+94=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C5E is #4AF3A1. Grayscale: #474747. Windows color (decimal): -4912034 or 6163637. OLE color: 6163637.

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

Color convert

RGB1811294-
CMYK00.930.480.29
HSL330.89º87.56%37.84%-
HSV(B)330.89º93.37%70.98%-
XYZ21.2110.8911.57-
YUV71.88140.49205.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=63.07%
G=4.18%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181129400.930.480.29330.8987.5637.84
HexB5C5E05D301D14b5826
Octal265141360135603551313046
Binary101101011100101111001011101110000111011010010111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C5E; }

 p { color: rgb(181,12,94); }

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

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

 a { background-color: rgb(181,12,94); }

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

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

 span { border-color: rgb(181,12,94); }

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