#B81663

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

Shades of Jazzberry Jam #B81663

Tints of Jazzberry Jam #B81663

Color information

#B81663 (or 0xB81663) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 16 and 63. RGB value is (184,22,99). Sum of RGB (Red+Green+Blue) = 184+22+99=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B81663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81663 is #47E99C. Grayscale: #4F4F4F. Windows color (decimal): -4712861 or 6493880. OLE color: 6493880.

HSL color Cylindrical-coordinate representation of color #B81663: hue angle of 331.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81663 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1842299-
CMYK00.880.460.28
HSL331.48º78.64%40.39%-
HSV(B)331.48º88.04%72.16%-
XYZ22.3111.6712.88-
YUV79.22139.17202.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.33%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=60.33%
G=7.21%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184229900.880.460.28331.4878.6440.39
HexB816630582E1C14b4f28
Octal270261430130563451311750
Binary1011100010110110001101011000101110111001010010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81663; }

 p { color: rgb(184,22,99); }

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

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

 a { background-color: rgb(184,22,99); }

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

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

 span { border-color: rgb(184,22,99); }

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