#b5205d

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

Shades of Jazzberry Jam #B5205D

Tints of Jazzberry Jam #B5205D

Color information

#B5205D (or 0xB5205D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 20 and 5D. RGB value is (181,32,93). Sum of RGB (Red+Green+Blue) = 181+32+93=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205D is #4ADFA2. Grayscale: #535353. Windows color (decimal): -4906915 or 6103221. OLE color: 6103221.

HSL color Cylindrical-coordinate representation of color #B5205D: hue angle of 335.44º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5205D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1813293-
CMYK00.820.490.29
HSL335.44º69.95%41.76%-
HSV(B)335.44º82.32%70.98%-
XYZ21.5511.6511.47-
YUV83.5133.36197.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 93 (36.72% from 255) = 30.39%
R=59.15%
G=10.46%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181329300.820.490.29335.4469.9541.76
HexB5205D052311D14f462a
Octal265401350122613551710652
Binary10110101100000101110101010010110001111011010011111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5205d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5205d; }

 p { color: rgb(181,32,93); }

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

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

 a { background-color: rgb(181,32,93); }

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

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

 span { border-color: rgb(181,32,93); }

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