#B7166D

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

Shades of Jazzberry Jam #B7166D

Tints of Jazzberry Jam #B7166D

Color information

#B7166D (or 0xB7166D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 6D. RGB value is (183,22,109). Sum of RGB (Red+Green+Blue) = 183+22+109=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7166D is #48E992. Grayscale: #4F4F4F. Windows color (decimal): -4778387 or 7149239. OLE color: 7149239.

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

Color convert

RGB18322109-
CMYK00.880.400.28
HSL327.58º78.54%40.2%-
HSV(B)327.58º87.98%71.76%-
XYZ22.5811.7515.55-
YUV80.06144.34201.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=58.28%
G=7.01%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832210900.880.400.28327.5878.5440.2
HexB7166D058281C1484f28
Octal267261550130503451011750
Binary1011011110110110110101011000101000111001010010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7166D; }

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

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

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

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

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

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

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

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