#B01460

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

Shades of Jazzberry Jam #B01460

Tints of Jazzberry Jam #B01460

Color information

#B01460 (or 0xB01460) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 60. RGB value is (176,20,96). Sum of RGB (Red+Green+Blue) = 176+20+96=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B01460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01460 is #4FEB9F. Grayscale: #4B4B4B. Windows color (decimal): -5237664 or 6296752. OLE color: 6296752.

HSL color Cylindrical-coordinate representation of color #B01460: hue angle of 330.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01460 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1762096-
CMYK00.890.450.31
HSL330.77º79.59%38.43%-
HSV(B)330.77º88.64%69.02%-
XYZ20.2710.5712.04-
YUV75.31139.68199.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 20 (8.20% from 255) = 6.85%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=60.27%
G=6.85%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176209600.890.450.31330.7779.5938.43
HexB014600592D1F14b5026
Octal260241400131553751312046
Binary1011000010100110000001011001101101111111010010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01460; }

 p { color: rgb(176,20,96); }

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

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

 a { background-color: rgb(176,20,96); }

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

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

 span { border-color: rgb(176,20,96); }

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