#B10756

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

Shades of Jazzberry Jam #B10756

Tints of Jazzberry Jam #B10756

Color information

#B10756 (or 0xB10756) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 07 and 56. RGB value is (177,7,86). Sum of RGB (Red+Green+Blue) = 177+7+86=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B10756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10756 is #4EF8A9. Grayscale: #424242. Windows color (decimal): -5175466 or 5638065. OLE color: 5638065.

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

Color convert

RGB177786-
CMYK00.960.510.31
HSL332.12º92.39%36.08%-
HSV(B)332.12º96.05%69.41%-
XYZ19.8910.179.72-
YUV66.84138.82206.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=65.56%
G=2.59%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17778600.960.510.31332.1292.3936.08
HexB1756060331F14c5c24
Octal26171260140633751413444
Binary10110001111101011001100000110011111111010011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10756; }

 p { color: rgb(177,7,86); }

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

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

 a { background-color: rgb(177,7,86); }

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

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

 span { border-color: rgb(177,7,86); }

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