#B11254

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

Shades of Jazzberry Jam #B11254

Tints of Jazzberry Jam #B11254

Color information

#B11254 (or 0xB11254) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 12 and 54. RGB value is (177,18,84). Sum of RGB (Red+Green+Blue) = 177+18+84=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B11254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11254 is #4EEDAB. Grayscale: #484848. Windows color (decimal): -5172652 or 5509809. OLE color: 5509809.

HSL color Cylindrical-coordinate representation of color #B11254: hue angle of 335.09º 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 #B11254 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1771884-
CMYK00.900.530.31
HSL335.09º81.54%38.24%-
HSV(B)335.09º89.83%69.41%-
XYZ19.9510.429.35-
YUV73.06134.18202.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=63.44%
G=6.45%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177188400.900.530.31335.0981.5438.24
HexB1125405A351F14f5226
Octal261221240132653751712246
Binary1011000110010101010001011010110101111111010011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11254; }

 p { color: rgb(177,18,84); }

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

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

 a { background-color: rgb(177,18,84); }

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

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

 span { border-color: rgb(177,18,84); }

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