#B90649

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

Shades of Jazzberry Jam #B90649

Tints of Jazzberry Jam #B90649

Color information

#B90649 (or 0xB90649) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 49. RGB value is (185,6,73). Sum of RGB (Red+Green+Blue) = 185+6+73=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B90649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90649 is #46F9B6. Grayscale: #434343. Windows color (decimal): -4651447 or 4785849. OLE color: 4785849.

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

Color convert

RGB185673-
CMYK00.970.610.27
HSL337.54º93.72%37.45%-
HSV(B)337.54º96.76%72.55%-
XYZ21.2810.937.29-
YUV67.16131.3212.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.08%
GREEN value IS 6 (2.73% from 255) = 2.27%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=70.08%
G=2.27%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18567300.970.610.27337.5493.7237.45
HexB96490613D1B1525e25
Octal27161110141753352213645
Binary10111001110100100101100001111101110111010100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90649; }

 p { color: rgb(185,6,73); }

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

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

 a { background-color: rgb(185,6,73); }

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

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

 span { border-color: rgb(185,6,73); }

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