#B11954

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

Shades of Jazzberry Jam #B11954

Tints of Jazzberry Jam #B11954

Color information

#B11954 (or 0xB11954) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 19 and 54. RGB value is (177,25,84). Sum of RGB (Red+Green+Blue) = 177+25+84=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B11954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11954 is #4EE6AB. Grayscale: #4D4D4D. Windows color (decimal): -5170860 or 5511601. OLE color: 5511601.

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

Color convert

RGB1772584-
CMYK00.860.530.31
HSL336.71º75.25%39.61%-
HSV(B)336.71º85.88%69.41%-
XYZ20.0810.689.39-
YUV77.17131.86199.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 25 (10.16% from 255) = 8.74%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=61.89%
G=8.74%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177258400.860.530.31336.7175.2539.61
HexB11954056351F1514b28
Octal261311240126653752111350
Binary1011000111001101010001010110110101111111010100011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11954; }

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

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

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

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

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

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

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

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