#B20150

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

Shades of Jazzberry Jam #B20150

Tints of Jazzberry Jam #B20150

Color information

#B20150 (or 0xB20150) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 01 and 50. RGB value is (178,1,80). Sum of RGB (Red+Green+Blue) = 178+1+80=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B20150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20150 is #4DFEAF. Grayscale: #3E3E3E. Windows color (decimal): -5111472 or 5243314. OLE color: 5243314.

HSL color Cylindrical-coordinate representation of color #B20150: hue angle of 333.22º 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 #B20150 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB178180-
CMYK00.990.550.30
HSL333.22º98.88%35.1%-
HSV(B)333.22º99.44%69.8%-
XYZ19.8210.078.49-
YUV62.93137.64210.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.73%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=68.73%
G=0.39%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17818000.990.550.30333.2298.8835.1
HexB2150063371E14d6323
Octal26211200143673651514343
Binary101100101101000001100011110111111101010011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20150; }

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

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

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

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

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

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

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

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