#B9046E

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

Shades of Jazzberry Jam #B9046E

Tints of Jazzberry Jam #B9046E

Color information

#B9046E (or 0xB9046E) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 6E. RGB value is (185,4,110). Sum of RGB (Red+Green+Blue) = 185+4+110=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9046E is #46FB91. Grayscale: #454545. Windows color (decimal): -4651922 or 7210169. OLE color: 7210169.

HSL color Cylindrical-coordinate representation of color #B9046E: hue angle of 324.86º 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 #B9046E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB1854110-
CMYK00.980.410.27
HSL324.86º95.77%37.06%-
HSV(B)324.86º97.84%72.55%-
XYZ22.8711.5315.77-
YUV70.2150.47209.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=61.87%
G=1.34%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185411000.980.410.27324.8695.7737.06
HexB946E062291B1456025
Octal27141560142513350514045
Binary10111001100110111001100010101001110111010001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9046E; }

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

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

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

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

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

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

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

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