#B11A6E

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

Shades of Jazzberry Jam #B11A6E

Tints of Jazzberry Jam #B11A6E

Color information

#B11A6E (or 0xB11A6E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1A and 6E. RGB value is (177,26,110). Sum of RGB (Red+Green+Blue) = 177+26+110=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A6E is #4EE591. Grayscale: #505050. Windows color (decimal): -5170578 or 7215793. OLE color: 7215793.

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

Color convert

RGB17726110-
CMYK00.850.380.31
HSL326.62º74.38%39.8%-
HSV(B)326.62º85.31%69.41%-
XYZ21.3211.2115.79-
YUV80.72144.53196.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=56.55%
G=8.31%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772611000.850.380.31326.6274.3839.8
HexB11A6E055261F1474a28
Octal261321560125463750711250
Binary1011000111010110111001010101100110111111010001111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A6E; }

 p { color: rgb(177,26,110); }

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

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

 a { background-color: rgb(177,26,110); }

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

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

 span { border-color: rgb(177,26,110); }

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