#B10060

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

Shades of Jazzberry Jam #B10060

Tints of Jazzberry Jam #B10060

Color information

#B10060 (or 0xB10060) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 60. RGB value is (177,0,96). Sum of RGB (Red+Green+Blue) = 177+0+96=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B10060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10060 is #4EFF9F. Grayscale: #3F3F3F. Windows color (decimal): -5177248 or 6291633. OLE color: 6291633.

HSL color Cylindrical-coordinate representation of color #B10060: hue angle of 327.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10060 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB177096-
CMYK010.460.31
HSL327.46º100%34.71%-
HSV(B)327.46º100%69.41%-
XYZ20.2410.1911.97-
YUV63.87146.14208.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=64.84%
G=0%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177096010.460.31327.4610034.71
HexB10600642E1F1476423
Octal26101400144563750714443
Binary101100010110000001100100101110111111010001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10060; }

 p { color: rgb(177,0,96); }

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

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

 a { background-color: rgb(177,0,96); }

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

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

 span { border-color: rgb(177,0,96); }

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