#B50261

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

Shades of Jazzberry Jam #B50261

Tints of Jazzberry Jam #B50261

Color information

#B50261 (or 0xB50261) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 61. RGB value is (181,2,97). Sum of RGB (Red+Green+Blue) = 181+2+97=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B50261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50261 is #4AFD9E. Grayscale: #424242. Windows color (decimal): -4914591 or 6357685. OLE color: 6357685.

HSL color Cylindrical-coordinate representation of color #B50261: hue angle of 328.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50261 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB181297-
CMYK00.990.460.29
HSL328.16º97.81%35.88%-
HSV(B)328.16º98.9%70.98%-
XYZ21.2410.7312.26-
YUV66.35145.3209.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=64.64%
G=0.71%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18129700.990.460.29328.1697.8135.88
HexB52610632E1D1486224
Octal26521410143563551014244
Binary1011010110110000101100011101110111011010010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50261; }

 p { color: rgb(181,2,97); }

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

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

 a { background-color: rgb(181,2,97); }

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

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

 span { border-color: rgb(181,2,97); }

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