#B9166B

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

Shades of Jazzberry Jam #B9166B

Tints of Jazzberry Jam #B9166B

Color information

#B9166B (or 0xB9166B) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 16 and 6B. RGB value is (185,22,107). Sum of RGB (Red+Green+Blue) = 185+22+107=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9166B is #46E994. Grayscale: #505050. Windows color (decimal): -4647317 or 7018169. OLE color: 7018169.

HSL color Cylindrical-coordinate representation of color #B9166B: hue angle of 328.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9166B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18522107-
CMYK00.880.420.27
HSL328.71º78.74%40.59%-
HSV(B)328.71º88.11%72.55%-
XYZ22.9511.9515.01-
YUV80.43143202.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=58.92%
G=7.01%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852210700.880.420.27328.7178.7440.59
HexB9166B0582A1B1494f29
Octal271261530130523351111751
Binary1011100110110110101101011000101010110111010010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9166B; }

 p { color: rgb(185,22,107); }

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

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

 a { background-color: rgb(185,22,107); }

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

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

 span { border-color: rgb(185,22,107); }

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