#B91266

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

Shades of Jazzberry Jam #B91266

Tints of Jazzberry Jam #B91266

Color information

#B91266 (or 0xB91266) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 12 and 66. RGB value is (185,18,102). Sum of RGB (Red+Green+Blue) = 185+18+102=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91266 is #46ED99. Grayscale: #4D4D4D. Windows color (decimal): -4648346 or 6689465. OLE color: 6689465.

HSL color Cylindrical-coordinate representation of color #B91266: hue angle of 329.82º degrees, saturation: 0.82, 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 #B91266 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18518102-
CMYK00.900.450.27
HSL329.82º82.27%39.8%-
HSV(B)329.82º90.27%72.55%-
XYZ22.6211.7113.64-
YUV77.51141.83204.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=60.66%
G=5.90%
B=33.44%

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
Decimal1851810200.900.450.27329.8282.2739.8
HexB9126605A2D1B14a5228
Octal271221460132553351212250
Binary1011100110010110011001011010101101110111010010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91266; }

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

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

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

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

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

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

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

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