#B0096D

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

Shades of Jazzberry Jam #B0096D

Tints of Jazzberry Jam #B0096D

Color information

#B0096D (or 0xB0096D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 09 and 6D. RGB value is (176,9,109). Sum of RGB (Red+Green+Blue) = 176+9+109=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B0096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0096D is #4FF692. Grayscale: #464646. Windows color (decimal): -5240467 or 7145904. OLE color: 7145904.

HSL color Cylindrical-coordinate representation of color #B0096D: hue angle of 324.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0096D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB1769109-
CMYK00.950.380.31
HSL324.07º90.27%36.27%-
HSV(B)324.07º94.89%69.02%-
XYZ20.7610.5315.41-
YUV70.33149.83203.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=59.86%
G=3.06%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176910900.950.380.31324.0790.2736.27
HexB096D05F261F1445a24
Octal260111550137463750413244
Binary101100001001110110101011111100110111111010001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0096D; }

 p { color: rgb(176,9,109); }

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

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

 a { background-color: rgb(176,9,109); }

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

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

 span { border-color: rgb(176,9,109); }

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