#B20045

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

Shades of Jazzberry Jam #B20045

Tints of Jazzberry Jam #B20045

Color information

#B20045 (or 0xB20045) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 45. RGB value is (178,0,69). Sum of RGB (Red+Green+Blue) = 178+0+69=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B20045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20045 is #4DFFBA. Grayscale: #3C3C3C. Windows color (decimal): -5111739 or 4522162. OLE color: 4522162.

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

Color convert

RGB178069-
CMYK010.610.30
HSL336.74º100%34.9%-
HSV(B)336.74º100%69.8%-
XYZ19.439.896.52-
YUV61.09132.47211.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=72.06%
G=0%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178069010.610.30336.7410034.9
HexB20450643D1E1516423
Octal26201050144753652114443
Binary101100100100010101100100111101111101010100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20045; }

 p { color: rgb(178,0,69); }

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

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

 a { background-color: rgb(178,0,69); }

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

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

 span { border-color: rgb(178,0,69); }

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