#B90462

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

Shades of Jazzberry Jam #B90462

Tints of Jazzberry Jam #B90462

Color information

#B90462 (or 0xB90462) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 62. RGB value is (185,4,98). Sum of RGB (Red+Green+Blue) = 185+4+98=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B90462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90462 is #46FB9D. Grayscale: #444444. Windows color (decimal): -4651934 or 6423737. OLE color: 6423737.

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

Color convert

RGB185498-
CMYK00.980.470.27
HSL328.84º95.77%37.06%-
HSV(B)328.84º97.84%72.55%-
XYZ22.2611.2812.56-
YUV68.83144.47210.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=64.46%
G=1.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18549800.980.470.27328.8495.7737.06
HexB94620622F1B1496025
Octal27141420142573351114045
Binary10111001100110001001100010101111110111010010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90462; }

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

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

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

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

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

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

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

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