#B90470

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

Shades of Jazzberry Jam #B90470

Tints of Jazzberry Jam #B90470

Color information

#B90470 (or 0xB90470) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 04 and 70. RGB value is (185,4,112). Sum of RGB (Red+Green+Blue) = 185+4+112=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B90470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90470 is #46FB8F. Grayscale: #464646. Windows color (decimal): -4651920 or 7341241. OLE color: 7341241.

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

Color convert

RGB1854112-
CMYK00.980.390.27
HSL324.2º95.77%37.06%-
HSV(B)324.2º97.84%72.55%-
XYZ22.9811.5716.35-
YUV70.43151.47209.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=61.46%
G=1.33%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185411200.980.390.27324.295.7737.06
HexB9470062271B1446025
Octal27141600142473350414045
Binary10111001100111000001100010100111110111010001001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90470; }

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

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

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

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

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

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

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

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