#B9115D

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

Shades of Jazzberry Jam #B9115D

Tints of Jazzberry Jam #B9115D

Color information

#B9115D (or 0xB9115D) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 11 and 5D. RGB value is (185,17,93). Sum of RGB (Red+Green+Blue) = 185+17+93=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9115D is #46EEA2. Grayscale: #4B4B4B. Windows color (decimal): -4648611 or 6099385. OLE color: 6099385.

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

Color convert

RGB1851793-
CMYK00.910.500.27
HSL332.86º83.17%39.61%-
HSV(B)332.86º90.81%72.55%-
XYZ22.1811.5111.41-
YUV75.9137.66205.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=62.71%
G=5.76%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185179300.910.500.27332.8683.1739.61
HexB9115D05B321B14d5328
Octal271211350133623351512350
Binary1011100110001101110101011011110010110111010011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9115D; }

 p { color: rgb(185,17,93); }

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

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

 a { background-color: rgb(185,17,93); }

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

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

 span { border-color: rgb(185,17,93); }

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