#B4096C

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

Shades of Jazzberry Jam #B4096C

Tints of Jazzberry Jam #B4096C

Color information

#B4096C (or 0xB4096C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 09 and 6C. RGB value is (180,9,108). Sum of RGB (Red+Green+Blue) = 180+9+108=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4096C is #4BF693. Grayscale: #474747. Windows color (decimal): -4978324 or 7080372. OLE color: 7080372.

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

Color convert

RGB1809108-
CMYK00.950.400.29
HSL325.26º90.48%37.06%-
HSV(B)325.26º95%70.59%-
XYZ21.6310.9815.17-
YUV71.42148.65205.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=60.61%
G=3.03%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180910800.950.400.29325.2690.4837.06
HexB496C05F281D1455a25
Octal264111540137503550513245
Binary101101001001110110001011111101000111011010001011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4096C; }

 p { color: rgb(180,9,108); }

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

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

 a { background-color: rgb(180,9,108); }

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

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

 span { border-color: rgb(180,9,108); }

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