#B7166C

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

Shades of Jazzberry Jam #B7166C

Tints of Jazzberry Jam #B7166C

Color information

#B7166C (or 0xB7166C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 6C. RGB value is (183,22,108). Sum of RGB (Red+Green+Blue) = 183+22+108=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7166C is #48E993. Grayscale: #4F4F4F. Windows color (decimal): -4778388 or 7083703. OLE color: 7083703.

HSL color Cylindrical-coordinate representation of color #B7166C: hue angle of 327.95º 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 #B7166C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18322108-
CMYK00.880.410.28
HSL327.95º78.54%40.2%-
HSV(B)327.95º87.98%71.76%-
XYZ22.5211.7215.26-
YUV79.94143.84201.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=58.47%
G=7.03%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832210800.880.410.28327.9578.5440.2
HexB7166C058291C1484f28
Octal267261540130513451011750
Binary1011011110110110110001011000101001111001010010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7166C; }

 p { color: rgb(183,22,108); }

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

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

 a { background-color: rgb(183,22,108); }

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

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

 span { border-color: rgb(183,22,108); }

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