#B5156C

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

Shades of Jazzberry Jam #B5156C

Tints of Jazzberry Jam #B5156C

Color information

#B5156C (or 0xB5156C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 15 and 6C. RGB value is (181,21,108). Sum of RGB (Red+Green+Blue) = 181+21+108=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5156C is #4AEA93. Grayscale: #4E4E4E. Windows color (decimal): -4909716 or 7083445. OLE color: 7083445.

HSL color Cylindrical-coordinate representation of color #B5156C: hue angle of 327.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5156C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18121108-
CMYK00.880.400.29
HSL327.38º79.21%39.61%-
HSV(B)327.38º88.4%70.98%-
XYZ22.0311.4415.23-
YUV78.76144.51200.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=58.39%
G=6.77%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812110800.880.400.29327.3879.2139.61
HexB5156C058281D1474f28
Octal265251540130503550711750
Binary1011010110101110110001011000101000111011010001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5156C; }

 p { color: rgb(181,21,108); }

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

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

 a { background-color: rgb(181,21,108); }

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

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

 span { border-color: rgb(181,21,108); }

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