#b91f6b

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

Shades of Jazzberry Jam #B91F6B

Tints of Jazzberry Jam #B91F6B

Color information

#B91F6B (or 0xB91F6B) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 1F and 6B. RGB value is (185,31,107). Sum of RGB (Red+Green+Blue) = 185+31+107=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F6B is #46E094. Grayscale: #555555. Windows color (decimal): -4645013 or 7020473. OLE color: 7020473.

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

Color convert

RGB18531107-
CMYK00.830.420.27
HSL330.39º71.3%42.35%-
HSV(B)330.39º83.24%72.55%-
XYZ23.1512.3615.07-
YUV85.71140.02198.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=57.28%
G=9.60%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853110700.830.420.27330.3971.342.35
HexB91F6B0532A1B14a472a
Octal271371530123523351210752
Binary1011100111111110101101010011101010110111010010101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b91f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b91f6b; }

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

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

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

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

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

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

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

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