#B9046A

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

Shades of Jazzberry Jam #B9046A

Tints of Jazzberry Jam #B9046A

Color information

#B9046A (or 0xB9046A) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 6A. RGB value is (185,4,106). Sum of RGB (Red+Green+Blue) = 185+4+106=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9046A is #46FB95. Grayscale: #454545. Windows color (decimal): -4651926 or 6948025. OLE color: 6948025.

HSL color Cylindrical-coordinate representation of color #B9046A: hue angle of 326.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9046A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB1854106-
CMYK00.980.430.27
HSL326.19º95.77%37.06%-
HSV(B)326.19º97.84%72.55%-
XYZ22.6511.4414.65-
YUV69.75148.47210.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=62.71%
G=1.36%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185410600.980.430.27326.1995.7737.06
HexB946A0622B1B1466025
Octal27141520142533350614045
Binary10111001100110101001100010101011110111010001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9046A; }

 p { color: rgb(185,4,106); }

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

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

 a { background-color: rgb(185,4,106); }

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

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

 span { border-color: rgb(185,4,106); }

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