#B0124D

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

Shades of Jazzberry Jam #B0124D

Tints of Jazzberry Jam #B0124D

Color information

#B0124D (or 0xB0124D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 12 and 4D. RGB value is (176,18,77). Sum of RGB (Red+Green+Blue) = 176+18+77=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0124D is #4FEDB2. Grayscale: #474747. Windows color (decimal): -5238195 or 5051056. OLE color: 5051056.

HSL color Cylindrical-coordinate representation of color #B0124D: hue angle of 337.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0124D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1761877-
CMYK00.900.560.31
HSL337.59º81.44%38.04%-
HSV(B)337.59º89.77%69.02%-
XYZ19.4610.27.96-
YUV71.97130.85202.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=64.94%
G=6.64%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176187700.900.560.31337.5981.4438.04
HexB0124D05A381F1525126
Octal260221150132703752212146
Binary1011000010010100110101011010111000111111010100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0124D; }

 p { color: rgb(176,18,77); }

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

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

 a { background-color: rgb(176,18,77); }

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

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

 span { border-color: rgb(176,18,77); }

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