#B8166E

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

Shades of Jazzberry Jam #B8166E

Tints of Jazzberry Jam #B8166E

Color information

#B8166E (or 0xB8166E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 16 and 6E. RGB value is (184,22,110). Sum of RGB (Red+Green+Blue) = 184+22+110=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8166E is #47E991. Grayscale: #505050. Windows color (decimal): -4712850 or 7214776. OLE color: 7214776.

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

Color convert

RGB18422110-
CMYK00.880.400.28
HSL327.41º78.64%40.39%-
HSV(B)327.41º88.04%72.16%-
XYZ22.8711.8915.84-
YUV80.47144.67201.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.23%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=58.23%
G=6.96%
B=34.81%

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
Decimal1842211000.880.400.28327.4178.6440.39
HexB8166E058281C1474f28
Octal270261560130503450711750
Binary1011100010110110111001011000101000111001010001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8166E; }

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

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

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

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

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

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

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

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