#B4124E

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

Shades of Jazzberry Jam #B4124E

Tints of Jazzberry Jam #B4124E

Color information

#B4124E (or 0xB4124E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 12 and 4E. RGB value is (180,18,78). Sum of RGB (Red+Green+Blue) = 180+18+78=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4124E is #4BEDB1. Grayscale: #494949. Windows color (decimal): -4976050 or 5116596. OLE color: 5116596.

HSL color Cylindrical-coordinate representation of color #B4124E: hue angle of 337.78º 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 #B4124E is Cyan = 0, Magento = 0.9, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1801878-
CMYK00.90.570.29
HSL337.78º81.82%38.82%-
HSV(B)337.78º90%70.59%-
XYZ20.4110.698.19-
YUV73.28130.67204.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=65.22%
G=6.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180187800.90.570.29337.7881.8238.82
HexB4124E05A391D1525227
Octal264221160132713552212247
Binary1011010010010100111001011010111001111011010100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4124E; }

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

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

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

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

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

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

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

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