#B91F66

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

Shades of Jazzberry Jam #B91F66

Tints of Jazzberry Jam #B91F66

Color information

#B91F66 (or 0xB91F66) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 1F and 66. RGB value is (185,31,102). Sum of RGB (Red+Green+Blue) = 185+31+102=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F66 is #46E099. Grayscale: #555555. Windows color (decimal): -4645018 or 6692793. OLE color: 6692793.

HSL color Cylindrical-coordinate representation of color #B91F66: hue angle of 332.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F66 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18531102-
CMYK00.830.450.27
HSL332.34º71.3%42.35%-
HSV(B)332.34º83.24%72.55%-
XYZ22.912.2513.73-
YUV85.14137.52199.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=58.18%
G=9.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853110200.830.450.27332.3471.342.35
HexB91F660532D1B14c472a
Octal271371460123553351410752
Binary1011100111111110011001010011101101110111010011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91F66; }

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

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

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

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

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

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

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

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