#B1216D

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

Shades of Jazzberry Jam #B1216D

Tints of Jazzberry Jam #B1216D

Color information

#B1216D (or 0xB1216D) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 21 and 6D. RGB value is (177,33,109). Sum of RGB (Red+Green+Blue) = 177+33+109=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1216D is #4EDE92. Grayscale: #545454. Windows color (decimal): -5168787 or 7152049. OLE color: 7152049.

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

Color convert

RGB17733109-
CMYK00.810.380.31
HSL328.33º68.57%41.18%-
HSV(B)328.33º81.36%69.41%-
XYZ21.4411.5415.57-
YUV84.72141.71193.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=55.49%
G=10.34%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773310900.810.380.31328.3368.5741.18
HexB1216D051261F1484529
Octal261411550121463751010551
Binary10110001100001110110101010001100110111111010010001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1216D; }

 p { color: rgb(177,33,109); }

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

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

 a { background-color: rgb(177,33,109); }

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

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

 span { border-color: rgb(177,33,109); }

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