#B71660

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

Shades of Jazzberry Jam #B71660

Tints of Jazzberry Jam #B71660

Color information

#B71660 (or 0xB71660) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 60. RGB value is (183,22,96). Sum of RGB (Red+Green+Blue) = 183+22+96=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71660 is #48E99F. Grayscale: #4E4E4E. Windows color (decimal): -4778400 or 6297271. OLE color: 6297271.

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

Color convert

RGB1832296-
CMYK00.880.480.28
HSL332.42º78.54%40.2%-
HSV(B)332.42º87.98%71.76%-
XYZ21.9311.4912.13-
YUV78.58137.84202.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=60.80%
G=7.31%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183229600.880.480.28332.4278.5440.2
HexB71660058301C14c4f28
Octal267261400130603451411750
Binary1011011110110110000001011000110000111001010011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71660; }

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

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

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

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

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

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

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

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