#B10663

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

Shades of Jazzberry Jam #B10663

Tints of Jazzberry Jam #B10663

Color information

#B10663 (or 0xB10663) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 06 and 63. RGB value is (177,6,99). Sum of RGB (Red+Green+Blue) = 177+6+99=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B10663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10663 is #4EF99C. Grayscale: #434343. Windows color (decimal): -5175709 or 6489777. OLE color: 6489777.

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

Color convert

RGB177699-
CMYK00.970.440.31
HSL327.37º93.44%35.88%-
HSV(B)327.37º96.61%69.41%-
XYZ20.4510.3812.73-
YUV67.73145.65205.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=62.77%
G=2.13%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17769900.970.440.31327.3793.4435.88
HexB16630612C1F1475d24
Octal26161430141543750713544
Binary10110001110110001101100001101100111111010001111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10663; }

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

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

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

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

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

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

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

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