#B50646

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

Shades of Jazzberry Jam #B50646

Tints of Jazzberry Jam #B50646

Color information

#B50646 (or 0xB50646) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 46. RGB value is (181,6,70). Sum of RGB (Red+Green+Blue) = 181+6+70=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B50646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50646 is #4AF9B9. Grayscale: #414141. Windows color (decimal): -4913594 or 4589237. OLE color: 4589237.

HSL color Cylindrical-coordinate representation of color #B50646: hue angle of 338.06º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50646 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB181670-
CMYK00.970.610.29
HSL338.06º93.58%36.67%-
HSV(B)338.06º96.69%70.98%-
XYZ20.2310.46.73-
YUV65.62130.48210.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=70.43%
G=2.33%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18167000.970.610.29338.0693.5836.67
HexB56460613D1D1525e25
Octal26561060141753552213645
Binary10110101110100011001100001111101111011010100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50646; }

 p { color: rgb(181,6,70); }

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

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

 a { background-color: rgb(181,6,70); }

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

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

 span { border-color: rgb(181,6,70); }

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