#b5196a

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

Shades of Jazzberry Jam #B5196A

Tints of Jazzberry Jam #B5196A

Color information

#B5196A (or 0xB5196A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 19 and 6A. RGB value is (181,25,106). Sum of RGB (Red+Green+Blue) = 181+25+106=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5196A is #4AE695. Grayscale: #505050. Windows color (decimal): -4908694 or 6953397. OLE color: 6953397.

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

Color convert

RGB18125106-
CMYK00.860.410.29
HSL328.85º75.73%40.39%-
HSV(B)328.85º86.19%70.98%-
XYZ22.0111.5614.71-
YUV80.88142.18199.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 25 (10.16% from 255) = 8.01%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=58.01%
G=8.01%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812510600.860.410.29328.8575.7340.39
HexB5196A056291D1494c28
Octal265311520126513551111450
Binary1011010111001110101001010110101001111011010010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5196a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5196a; }

 p { color: rgb(181,25,106); }

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

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

 a { background-color: rgb(181,25,106); }

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

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

 span { border-color: rgb(181,25,106); }

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