#B4196E

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

Shades of Jazzberry Jam #B4196E

Tints of Jazzberry Jam #B4196E

Color information

#B4196E (or 0xB4196E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 19 and 6E. RGB value is (180,25,110). Sum of RGB (Red+Green+Blue) = 180+25+110=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B4196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4196E is #4BE691. Grayscale: #505050. Windows color (decimal): -4974226 or 7215540. OLE color: 7215540.

HSL color Cylindrical-coordinate representation of color #B4196E: hue angle of 327.1º 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 #B4196E is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18025110-
CMYK00.860.390.29
HSL327.1º75.61%40.2%-
HSV(B)327.1º86.11%70.59%-
XYZ21.9811.5215.82-
YUV81.04144.35198.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=57.14%
G=7.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802511000.860.390.29327.175.6140.2
HexB4196E056271D1474c28
Octal264311560126473550711450
Binary1011010011001110111001010110100111111011010001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4196E; }

 p { color: rgb(180,25,110); }

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

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

 a { background-color: rgb(180,25,110); }

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

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

 span { border-color: rgb(180,25,110); }

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