#B10763

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

Shades of Jazzberry Jam #B10763

Tints of Jazzberry Jam #B10763

Color information

#B10763 (or 0xB10763) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 07 and 63. RGB value is (177,7,99). Sum of RGB (Red+Green+Blue) = 177+7+99=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B10763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10763 is #4EF89C. Grayscale: #444444. Windows color (decimal): -5175453 or 6490033. OLE color: 6490033.

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

Color convert

RGB177799-
CMYK00.960.440.31
HSL327.53º92.39%36.08%-
HSV(B)327.53º96.05%69.41%-
XYZ20.4610.412.73-
YUV68.32145.32205.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.54%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=62.54%
G=2.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17779900.960.440.31327.5392.3936.08
HexB17630602C1F1485c24
Octal26171430140543751013444
Binary10110001111110001101100000101100111111010010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10763; }

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

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

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

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

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

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

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

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