#B10662

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

Shades of Jazzberry Jam #B10662

Tints of Jazzberry Jam #B10662

Color information

#B10662 (or 0xB10662) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 06 and 62. RGB value is (177,6,98). Sum of RGB (Red+Green+Blue) = 177+6+98=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10662 is #4EF99D. Grayscale: #434343. Windows color (decimal): -5175710 or 6424241. OLE color: 6424241.

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

Color convert

RGB177698-
CMYK00.970.450.31
HSL327.72º93.44%35.88%-
HSV(B)327.72º96.61%69.41%-
XYZ20.410.3612.48-
YUV67.62145.15206.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=62.99%
G=2.14%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17769800.970.450.31327.7293.4435.88
HexB16620612D1F1485d24
Octal26161420141553751013544
Binary10110001110110001001100001101101111111010010001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10662; }

 p { color: rgb(177,6,98); }

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

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

 a { background-color: rgb(177,6,98); }

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

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

 span { border-color: rgb(177,6,98); }

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