#B90463

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

Shades of Jazzberry Jam #B90463

Tints of Jazzberry Jam #B90463

Color information

#B90463 (or 0xB90463) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 63. RGB value is (185,4,99). Sum of RGB (Red+Green+Blue) = 185+4+99=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B90463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90463 is #46FB9C. Grayscale: #444444. Windows color (decimal): -4651933 or 6489273. OLE color: 6489273.

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

Color convert

RGB185499-
CMYK00.980.460.27
HSL328.51º95.77%37.06%-
HSV(B)328.51º97.84%72.55%-
XYZ22.311.312.81-
YUV68.95144.97210.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=64.24%
G=1.39%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18549900.980.460.27328.5195.7737.06
HexB94630622E1B1496025
Octal27141430142563351114045
Binary10111001100110001101100010101110110111010010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90463; }

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

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

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

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

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

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

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

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