#B4124C

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

Shades of Jazzberry Jam #B4124C

Tints of Jazzberry Jam #B4124C

Color information

#B4124C (or 0xB4124C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 12 and 4C. RGB value is (180,18,76). Sum of RGB (Red+Green+Blue) = 180+18+76=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4124C is #4BEDB3. Grayscale: #484848. Windows color (decimal): -4976052 or 4985524. OLE color: 4985524.

HSL color Cylindrical-coordinate representation of color #B4124C: hue angle of 338.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4124C is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1801876-
CMYK00.90.580.29
HSL338.52º81.82%38.82%-
HSV(B)338.52º90%70.59%-
XYZ20.3410.667.82-
YUV73.05129.67204.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=65.69%
G=6.57%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180187600.90.580.29338.5281.8238.82
HexB4124C05A3A1D1535227
Octal264221140132723552312247
Binary1011010010010100110001011010111010111011010100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4124C; }

 p { color: rgb(180,18,76); }

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

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

 a { background-color: rgb(180,18,76); }

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

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

 span { border-color: rgb(180,18,76); }

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