#B0145B

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

Shades of Jazzberry Jam #B0145B

Tints of Jazzberry Jam #B0145B

Color information

#B0145B (or 0xB0145B) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 5B. RGB value is (176,20,91). Sum of RGB (Red+Green+Blue) = 176+20+91=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0145B is #4FEBA4. Grayscale: #4A4A4A. Windows color (decimal): -5237669 or 5969072. OLE color: 5969072.

HSL color Cylindrical-coordinate representation of color #B0145B: hue angle of 332.69º 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 #B0145B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1762091-
CMYK00.890.480.31
HSL332.69º79.59%38.43%-
HSV(B)332.69º88.64%69.02%-
XYZ20.0410.4910.87-
YUV74.74137.18200.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=61.32%
G=6.97%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176209100.890.480.31332.6979.5938.43
HexB0145B059301F14d5026
Octal260241330131603751512046
Binary1011000010100101101101011001110000111111010011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0145B; }

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

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

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

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

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

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

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

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