#B91267

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

Shades of Jazzberry Jam #B91267

Tints of Jazzberry Jam #B91267

Color information

#B91267 (or 0xB91267) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 12 and 67. RGB value is (185,18,103). Sum of RGB (Red+Green+Blue) = 185+18+103=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B91267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91267 is #46ED98. Grayscale: #4D4D4D. Windows color (decimal): -4648345 or 6755001. OLE color: 6755001.

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

Color convert

RGB18518103-
CMYK00.900.440.27
HSL329.46º82.27%39.8%-
HSV(B)329.46º90.27%72.55%-
XYZ22.6711.7313.9-
YUV77.62142.33204.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=60.46%
G=5.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851810300.900.440.27329.4682.2739.8
HexB9126705A2C1B1495228
Octal271221470132543351112250
Binary1011100110010110011101011010101100110111010010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91267; }

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

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

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

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

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

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

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

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