#B91061

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

Shades of Jazzberry Jam #B91061

Tints of Jazzberry Jam #B91061

Color information

#B91061 (or 0xB91061) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 10 and 61. RGB value is (185,16,97). Sum of RGB (Red+Green+Blue) = 185+16+97=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B91061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91061 is #46EF9E. Grayscale: #4B4B4B. Windows color (decimal): -4648863 or 6361273. OLE color: 6361273.

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

Color convert

RGB1851697-
CMYK00.910.480.27
HSL331.24º84.08%39.41%-
HSV(B)331.24º91.35%72.55%-
XYZ22.3511.5512.36-
YUV75.76139.99205.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=62.08%
G=5.37%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185169700.910.480.27331.2484.0839.41
HexB9106105B301B14b5427
Octal271201410133603351312447
Binary1011100110000110000101011011110000110111010010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91061; }

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

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

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

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

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

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

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

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