#B9045B

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

Shades of Jazzberry Jam #B9045B

Tints of Jazzberry Jam #B9045B

Color information

#B9045B (or 0xB9045B) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 5B. RGB value is (185,4,91). Sum of RGB (Red+Green+Blue) = 185+4+91=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9045B is #46FBA4. Grayscale: #434343. Windows color (decimal): -4651941 or 5964985. OLE color: 5964985.

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

Color convert

RGB185491-
CMYK00.980.510.27
HSL331.16º95.77%37.06%-
HSV(B)331.16º97.84%72.55%-
XYZ21.9411.1610.89-
YUV68.04140.97211.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=66.07%
G=1.43%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18549100.980.510.27331.1695.7737.06
HexB945B062331B14b6025
Octal27141330142633351314045
Binary10111001100101101101100010110011110111010010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9045B; }

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

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

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

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

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

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

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

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