#B91366

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

Shades of Jazzberry Jam #B91366

Tints of Jazzberry Jam #B91366

Color information

#B91366 (or 0xB91366) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 13 and 66. RGB value is (185,19,102). Sum of RGB (Red+Green+Blue) = 185+19+102=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B91366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91366 is #46EC99. Grayscale: #4D4D4D. Windows color (decimal): -4648090 or 6689721. OLE color: 6689721.

HSL color Cylindrical-coordinate representation of color #B91366: hue angle of 330º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91366 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18519102-
CMYK00.900.450.27
HSL330º81.37%40%-
HSV(B)330º89.73%72.55%-
XYZ22.6411.7413.64-
YUV78.1141.5204.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=60.46%
G=6.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851910200.900.450.2733081.3740
HexB9136605A2D1B14a5128
Octal271231460132553351212150
Binary1011100110011110011001011010101101110111010010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91366; }

 p { color: rgb(185,19,102); }

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

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

 a { background-color: rgb(185,19,102); }

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

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

 span { border-color: rgb(185,19,102); }

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