#B91D5C

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

Shades of Jazzberry Jam #B91D5C

Tints of Jazzberry Jam #B91D5C

Color information

#B91D5C (or 0xB91D5C) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 1D and 5C. RGB value is (185,29,92). Sum of RGB (Red+Green+Blue) = 185+29+92=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D5C is #46E2A3. Grayscale: #525252. Windows color (decimal): -4645540 or 6036921. OLE color: 6036921.

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

Color convert

RGB1852992-
CMYK00.840.500.27
HSL335.77º72.9%41.96%-
HSV(B)335.77º84.32%72.55%-
XYZ22.3811.9711.26-
YUV82.83133.18200.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 29 (11.72% from 255) = 9.48%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=60.46%
G=9.48%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185299200.840.500.27335.7772.941.96
HexB91D5C054321B150492a
Octal271351340124623352011152
Binary1011100111101101110001010100110010110111010100001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91D5C; }

 p { color: rgb(185,29,92); }

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

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

 a { background-color: rgb(185,29,92); }

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

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

 span { border-color: rgb(185,29,92); }

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