#B0145D

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

Shades of Jazzberry Jam #B0145D

Tints of Jazzberry Jam #B0145D

Color information

#B0145D (or 0xB0145D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 5D. RGB value is (176,20,93). Sum of RGB (Red+Green+Blue) = 176+20+93=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0145D is #4FEBA2. Grayscale: #4A4A4A. Windows color (decimal): -5237667 or 6100144. OLE color: 6100144.

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

Color convert

RGB1762093-
CMYK00.890.470.31
HSL331.92º79.59%38.43%-
HSV(B)331.92º88.64%69.02%-
XYZ20.1310.5211.33-
YUV74.97138.18200.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=60.90%
G=6.92%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176209300.890.470.31331.9279.5938.43
HexB0145D0592F1F14c5026
Octal260241350131573751412046
Binary1011000010100101110101011001101111111111010011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0145D; }

 p { color: rgb(176,20,93); }

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

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

 a { background-color: rgb(176,20,93); }

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

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

 span { border-color: rgb(176,20,93); }

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