#B91A6B

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

Shades of Jazzberry Jam #B91A6B

Tints of Jazzberry Jam #B91A6B

Color information

#B91A6B (or 0xB91A6B) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 1A and 6B. RGB value is (185,26,107). Sum of RGB (Red+Green+Blue) = 185+26+107=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91A6B is #46E594. Grayscale: #525252. Windows color (decimal): -4646293 or 7019193. OLE color: 7019193.

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

Color convert

RGB18526107-
CMYK00.860.420.27
HSL329.43º75.36%41.37%-
HSV(B)329.43º85.95%72.55%-
XYZ23.0312.1115.03-
YUV82.78141.68200.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=58.18%
G=8.18%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852610700.860.420.27329.4375.3641.37
HexB91A6B0562A1B1494b29
Octal271321530126523351111351
Binary1011100111010110101101010110101010110111010010011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91A6B; }

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

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

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

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

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

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

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

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