#B4126E

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

Shades of Jazzberry Jam #B4126E

Tints of Jazzberry Jam #B4126E

Color information

#B4126E (or 0xB4126E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 12 and 6E. RGB value is (180,18,110). Sum of RGB (Red+Green+Blue) = 180+18+110=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4126E is #4BED91. Grayscale: #4C4C4C. Windows color (decimal): -4976018 or 7213748. OLE color: 7213748.

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

Color convert

RGB18018110-
CMYK00.90.390.29
HSL325.93º81.82%38.82%-
HSV(B)325.93º90%70.59%-
XYZ21.8511.2615.77-
YUV76.93146.67201.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=58.44%
G=5.84%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811000.90.390.29325.9381.8238.82
HexB4126E05A271D1465227
Octal264221560132473550612247
Binary1011010010010110111001011010100111111011010001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4126E; }

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

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

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

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

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

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

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

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