#B91455

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

Shades of Jazzberry Jam #B91455

Tints of Jazzberry Jam #B91455

Color information

#B91455 (or 0xB91455) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 14 and 55. RGB value is (185,20,85). Sum of RGB (Red+Green+Blue) = 185+20+85=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B91455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91455 is #46EBAA. Grayscale: #4C4C4C. Windows color (decimal): -4647851 or 5575865. OLE color: 5575865.

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

Color convert

RGB1852085-
CMYK00.890.540.27
HSL336.36º80.49%40.2%-
HSV(B)336.36º89.19%72.55%-
XYZ21.911.479.65-
YUV76.74132.66205.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=63.79%
G=6.90%
B=29.31%

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
Decimal185208500.890.540.27336.3680.4940.2
HexB91455059361B1505028
Octal271241250131663352012050
Binary1011100110100101010101011001110110110111010100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91455; }

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

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

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

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

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

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

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

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