#B91555

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

Shades of Jazzberry Jam #B91555

Tints of Jazzberry Jam #B91555

Color information

#B91555 (or 0xB91555) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 15 and 55. RGB value is (185,21,85). Sum of RGB (Red+Green+Blue) = 185+21+85=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B91555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91555 is #46EAAA. Grayscale: #4D4D4D. Windows color (decimal): -4647595 or 5576121. OLE color: 5576121.

HSL color Cylindrical-coordinate representation of color #B91555: hue angle of 336.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91555 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1852185-
CMYK00.890.540.27
HSL336.59º79.61%40.39%-
HSV(B)336.59º88.65%72.55%-
XYZ21.9211.519.66-
YUV77.33132.33204.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=63.57%
G=7.22%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185218500.890.540.27336.5979.6140.39
HexB91555059361B1515028
Octal271251250131663352112050
Binary1011100110101101010101011001110110110111010100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91555; }

 p { color: rgb(185,21,85); }

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

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

 a { background-color: rgb(185,21,85); }

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

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

 span { border-color: rgb(185,21,85); }

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