#B11673

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

Shades of Jazzberry Jam #B11673

Tints of Jazzberry Jam #B11673

Color information

#B11673 (or 0xB11673) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 73. RGB value is (177,22,115). Sum of RGB (Red+Green+Blue) = 177+22+115=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B11673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11673 is #4EE98C. Grayscale: #4E4E4E. Windows color (decimal): -5171597 or 7542449. OLE color: 7542449.

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

Color convert

RGB17722115-
CMYK00.880.350.31
HSL324º77.89%39.02%-
HSV(B)324º87.57%69.41%-
XYZ21.5111.1617.24-
YUV78.95148.35197.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=56.37%
G=7.01%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772211500.880.350.3132477.8939.02
HexB11673058231F1444e27
Octal261261630130433750411647
Binary1011000110110111001101011000100011111111010001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11673; }

 p { color: rgb(177,22,115); }

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

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

 a { background-color: rgb(177,22,115); }

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

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

 span { border-color: rgb(177,22,115); }

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