#B50647

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

Shades of Jazzberry Jam #B50647

Tints of Jazzberry Jam #B50647

Color information

#B50647 (or 0xB50647) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 47. RGB value is (181,6,71). Sum of RGB (Red+Green+Blue) = 181+6+71=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B50647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50647 is #4AF9B8. Grayscale: #414141. Windows color (decimal): -4913593 or 4654773. OLE color: 4654773.

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

Color convert

RGB181671-
CMYK00.970.610.29
HSL337.71º93.58%36.67%-
HSV(B)337.71º96.69%70.98%-
XYZ20.2610.416.9-
YUV65.74130.98210.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=70.16%
G=2.33%
B=27.52%

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
Decimal18167100.970.610.29337.7193.5836.67
HexB56470613D1D1525e25
Octal26561070141753552213645
Binary10110101110100011101100001111101111011010100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50647; }

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

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

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

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

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

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

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

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