#B71860

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

Shades of Jazzberry Jam #B71860

Tints of Jazzberry Jam #B71860

Color information

#B71860 (or 0xB71860) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 18 and 60. RGB value is (183,24,96). Sum of RGB (Red+Green+Blue) = 183+24+96=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71860 is #48E79F. Grayscale: #4F4F4F. Windows color (decimal): -4777888 or 6297783. OLE color: 6297783.

HSL color Cylindrical-coordinate representation of color #B71860: hue angle of 332.83º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71860 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1832496-
CMYK00.870.480.28
HSL332.83º76.81%40.59%-
HSV(B)332.83º86.89%71.76%-
XYZ21.9711.5712.14-
YUV79.75137.18201.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=60.40%
G=7.92%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183249600.870.480.28332.8376.8140.59
HexB71860057301C14d4d29
Octal267301400127603451511551
Binary1011011111000110000001010111110000111001010011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71860; }

 p { color: rgb(183,24,96); }

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

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

 a { background-color: rgb(183,24,96); }

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

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

 span { border-color: rgb(183,24,96); }

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