#B91461

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

Shades of Jazzberry Jam #B91461

Tints of Jazzberry Jam #B91461

Color information

#B91461 (or 0xB91461) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 14 and 61. RGB value is (185,20,97). Sum of RGB (Red+Green+Blue) = 185+20+97=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B91461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91461 is #46EB9E. Grayscale: #4D4D4D. Windows color (decimal): -4647839 or 6362297. OLE color: 6362297.

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

Color convert

RGB1852097-
CMYK00.890.480.27
HSL332º80.49%40.2%-
HSV(B)332º89.19%72.55%-
XYZ22.4211.6812.38-
YUV78.11138.66204.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.26%
GREEN value IS 20 (8.20% from 255) = 6.62%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=61.26%
G=6.62%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185209700.890.480.2733280.4940.2
HexB91461059301B14c5028
Octal271241410131603351412050
Binary1011100110100110000101011001110000110111010011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91461; }

 p { color: rgb(185,20,97); }

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

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

 a { background-color: rgb(185,20,97); }

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

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

 span { border-color: rgb(185,20,97); }

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