#B11167

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

Shades of Jazzberry Jam #B11167

Tints of Jazzberry Jam #B11167

Color information

#B11167 (or 0xB11167) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 11 and 67. RGB value is (177,17,103). Sum of RGB (Red+Green+Blue) = 177+17+103=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11167 is #4EEE98. Grayscale: #4A4A4A. Windows color (decimal): -5172889 or 6754737. OLE color: 6754737.

HSL color Cylindrical-coordinate representation of color #B11167: hue angle of 327.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11167 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17717103-
CMYK00.900.420.31
HSL327.75º82.47%38.04%-
HSV(B)327.75º90.4%69.41%-
XYZ20.7810.7313.81-
YUV74.64144.01201.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=59.60%
G=5.72%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771710300.900.420.31327.7582.4738.04
HexB1116705A2A1F1485226
Octal261211470132523751012246
Binary1011000110001110011101011010101010111111010010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11167; }

 p { color: rgb(177,17,103); }

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

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

 a { background-color: rgb(177,17,103); }

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

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

 span { border-color: rgb(177,17,103); }

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