#B0145F

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

Shades of Jazzberry Jam #B0145F

Tints of Jazzberry Jam #B0145F

Color information

#B0145F (or 0xB0145F) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 5F. RGB value is (176,20,95). Sum of RGB (Red+Green+Blue) = 176+20+95=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0145F is #4FEBA0. Grayscale: #4B4B4B. Windows color (decimal): -5237665 or 6231216. OLE color: 6231216.

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

Color convert

RGB1762095-
CMYK00.890.460.31
HSL331.15º79.59%38.43%-
HSV(B)331.15º88.64%69.02%-
XYZ20.2210.5611.8-
YUV75.19139.18199.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=60.48%
G=6.87%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176209500.890.460.31331.1579.5938.43
HexB0145F0592E1F14b5026
Octal260241370131563751312046
Binary1011000010100101111101011001101110111111010010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0145F; }

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

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

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

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

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

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

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

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