#B71655

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

Shades of Jazzberry Jam #B71655

Tints of Jazzberry Jam #B71655

Color information

#B71655 (or 0xB71655) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 55. RGB value is (183,22,85). Sum of RGB (Red+Green+Blue) = 183+22+85=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71655 is #48E9AA. Grayscale: #4D4D4D. Windows color (decimal): -4778411 or 5576375. OLE color: 5576375.

HSL color Cylindrical-coordinate representation of color #B71655: hue angle of 336.52º 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 #B71655 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1832285-
CMYK00.880.540.28
HSL336.52º78.54%40.2%-
HSV(B)336.52º87.98%71.76%-
XYZ21.4611.39.64-
YUV77.32132.34203.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 22 (8.98% from 255) = 7.59%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=63.10%
G=7.59%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183228500.880.540.28336.5278.5440.2
HexB71655058361C1514f28
Octal267261250130663452111750
Binary1011011110110101010101011000110110111001010100011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71655; }

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

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

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

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

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

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

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

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