#B2114D

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

Shades of Jazzberry Jam #B2114D

Tints of Jazzberry Jam #B2114D

Color information

#B2114D (or 0xB2114D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 11 and 4D. RGB value is (178,17,77). Sum of RGB (Red+Green+Blue) = 178+17+77=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2114D is #4DEEB2. Grayscale: #474747. Windows color (decimal): -5107379 or 5050802. OLE color: 5050802.

HSL color Cylindrical-coordinate representation of color #B2114D: hue angle of 337.64º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2114D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1781777-
CMYK00.900.570.30
HSL337.64º82.56%38.24%-
HSV(B)337.64º90.45%69.8%-
XYZ19.910.47.98-
YUV71.98130.84203.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=65.44%
G=6.25%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178177700.900.570.30337.6482.5638.24
HexB2114D05A391E1525326
Octal262211150132713652212346
Binary1011001010001100110101011010111001111101010100101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2114D; }

 p { color: rgb(178,17,77); }

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

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

 a { background-color: rgb(178,17,77); }

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

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

 span { border-color: rgb(178,17,77); }

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