#B90670

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

Shades of Jazzberry Jam #B90670

Tints of Jazzberry Jam #B90670

Color information

#B90670 (or 0xB90670) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 70. RGB value is (185,6,112). Sum of RGB (Red+Green+Blue) = 185+6+112=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B90670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90670 is #46F98F. Grayscale: #474747. Windows color (decimal): -4651408 or 7341753. OLE color: 7341753.

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

Color convert

RGB1856112-
CMYK00.970.390.27
HSL324.47º93.72%37.45%-
HSV(B)324.47º96.76%72.55%-
XYZ2311.6116.36-
YUV71.6150.8208.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=61.06%
G=1.98%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185611200.970.390.27324.4793.7237.45
HexB9670061271B1445e25
Octal27161600141473350413645
Binary10111001110111000001100001100111110111010001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90670; }

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

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

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

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

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

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

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

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