#B50256

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

Shades of Jazzberry Jam #B50256

Tints of Jazzberry Jam #B50256

Color information

#B50256 (or 0xB50256) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 56. RGB value is (181,2,86). Sum of RGB (Red+Green+Blue) = 181+2+86=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B50256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50256 is #4AFDA9. Grayscale: #404040. Windows color (decimal): -4914602 or 5636789. OLE color: 5636789.

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

Color convert

RGB181286-
CMYK00.990.520.29
HSL331.84º97.81%35.88%-
HSV(B)331.84º98.9%70.98%-
XYZ20.7610.549.74-
YUV65.1139.8210.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.29%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=67.29%
G=0.74%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18128600.990.520.29331.8497.8135.88
HexB5256063341D14c6224
Octal26521260143643551414244
Binary1011010110101011001100011110100111011010011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50256; }

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

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

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

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

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

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

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

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