#b91860

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

Shades of Jazzberry Jam #B91860

Tints of Jazzberry Jam #B91860

Color information

#B91860 (or 0xB91860) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 18 and 60. RGB value is (185,24,96). Sum of RGB (Red+Green+Blue) = 185+24+96=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91860 is #46E79F. Grayscale: #505050. Windows color (decimal): -4646816 or 6297785. OLE color: 6297785.

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

Color convert

RGB1852496-
CMYK00.870.480.27
HSL333.17º77.03%40.98%-
HSV(B)333.17º87.03%72.55%-
XYZ22.4511.8112.16-
YUV80.35136.84202.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=60.66%
G=7.87%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185249600.870.480.27333.1777.0340.98
HexB91860057301B14d4d29
Octal271301400127603351511551
Binary1011100111000110000001010111110000110111010011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b91860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b91860; }

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

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

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

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

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

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

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

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