#B60547

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

Shades of Jazzberry Jam #B60547

Tints of Jazzberry Jam #B60547

Color information

#B60547 (or 0xB60547) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 05 and 47. RGB value is (182,5,71). Sum of RGB (Red+Green+Blue) = 182+5+71=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B60547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60547 is #49FAB8. Grayscale: #414141. Windows color (decimal): -4848313 or 4654518. OLE color: 4654518.

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

Color convert

RGB182571-
CMYK00.970.610.29
HSL337.63º94.65%36.67%-
HSV(B)337.63º97.25%71.37%-
XYZ20.4810.516.91-
YUV65.45131.14211.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.54%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=70.54%
G=1.94%
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
Decimal18257100.970.610.29337.6394.6536.67
HexB65470613D1D1525f25
Octal26651070141753552213745
Binary10110110101100011101100001111101111011010100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60547; }

 p { color: rgb(182,5,71); }

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

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

 a { background-color: rgb(182,5,71); }

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

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

 span { border-color: rgb(182,5,71); }

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