#B1186B

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

Shades of Jazzberry Jam #B1186B

Tints of Jazzberry Jam #B1186B

Color information

#B1186B (or 0xB1186B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 6B. RGB value is (177,24,107). Sum of RGB (Red+Green+Blue) = 177+24+107=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1186B is #4EE794. Grayscale: #4F4F4F. Windows color (decimal): -5171093 or 7018673. OLE color: 7018673.

HSL color Cylindrical-coordinate representation of color #B1186B: hue angle of 327.45º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1186B is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17724107-
CMYK00.860.400.31
HSL327.45º76.12%39.41%-
HSV(B)327.45º86.44%69.41%-
XYZ21.1111.0614.93-
YUV79.21143.69197.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=57.47%
G=7.79%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772410700.860.400.31327.4576.1239.41
HexB1186B056281F1474c27
Octal261301530126503750711447
Binary1011000111000110101101010110101000111111010001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1186B; }

 p { color: rgb(177,24,107); }

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

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

 a { background-color: rgb(177,24,107); }

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

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

 span { border-color: rgb(177,24,107); }

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