#B11A6A

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

Shades of Jazzberry Jam #B11A6A

Tints of Jazzberry Jam #B11A6A

Color information

#B11A6A (or 0xB11A6A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1A and 6A. RGB value is (177,26,106). Sum of RGB (Red+Green+Blue) = 177+26+106=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A6A is #4EE595. Grayscale: #505050. Windows color (decimal): -5170582 or 6953649. OLE color: 6953649.

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

Color convert

RGB17726106-
CMYK00.850.400.31
HSL328.21º74.38%39.8%-
HSV(B)328.21º85.31%69.41%-
XYZ21.111.1314.67-
YUV80.27142.53197-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=57.28%
G=8.41%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772610600.850.400.31328.2174.3839.8
HexB11A6A055281F1484a28
Octal261321520125503751011250
Binary1011000111010110101001010101101000111111010010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A6A; }

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

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

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

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

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

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

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

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