#B8156B

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

Shades of Jazzberry Jam #B8156B

Tints of Jazzberry Jam #B8156B

Color information

#B8156B (or 0xB8156B) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 15 and 6B. RGB value is (184,21,107). Sum of RGB (Red+Green+Blue) = 184+21+107=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8156B is #47EA94. Grayscale: #4F4F4F. Windows color (decimal): -4713109 or 7017912. OLE color: 7017912.

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

Color convert

RGB18421107-
CMYK00.890.420.28
HSL328.34º79.51%40.2%-
HSV(B)328.34º88.59%72.16%-
XYZ22.6911.7914.99-
YUV79.54143.5202.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=58.97%
G=6.73%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842110700.890.420.28328.3479.5140.2
HexB8156B0592A1C1485028
Octal270251530131523451012050
Binary1011100010101110101101011001101010111001010010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8156B; }

 p { color: rgb(184,21,107); }

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

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

 a { background-color: rgb(184,21,107); }

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

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

 span { border-color: rgb(184,21,107); }

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