#B20147

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

Shades of Jazzberry Jam #B20147

Tints of Jazzberry Jam #B20147

Color information

#B20147 (or 0xB20147) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 01 and 47. RGB value is (178,1,71). Sum of RGB (Red+Green+Blue) = 178+1+71=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20147 is #4DFEB8. Grayscale: #3D3D3D. Windows color (decimal): -5111481 or 4653490. OLE color: 4653490.

HSL color Cylindrical-coordinate representation of color #B20147: hue angle of 336.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20147 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB178171-
CMYK00.990.600.30
HSL336.27º98.88%35.1%-
HSV(B)336.27º99.44%69.8%-
XYZ19.519.946.85-
YUV61.9133.14210.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=71.2%
G=0.4%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817100.990.600.30336.2798.8835.1
HexB21470633C1E1506323
Octal26211070143743652014343
Binary101100101100011101100011111100111101010100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20147; }

 p { color: rgb(178,1,71); }

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

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

 a { background-color: rgb(178,1,71); }

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

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

 span { border-color: rgb(178,1,71); }

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