#B6126E

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

Shades of Jazzberry Jam #B6126E

Tints of Jazzberry Jam #B6126E

Color information

#B6126E (or 0xB6126E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 12 and 6E. RGB value is (182,18,110). Sum of RGB (Red+Green+Blue) = 182+18+110=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6126E is #49ED91. Grayscale: #4D4D4D. Windows color (decimal): -4844946 or 7213750. OLE color: 7213750.

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

Color convert

RGB18218110-
CMYK00.900.400.29
HSL326.34º82%39.22%-
HSV(B)326.34º90.11%71.37%-
XYZ22.3211.515.8-
YUV77.52146.33202.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=58.71%
G=5.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821811000.900.400.29326.348239.22
HexB6126E05A281D1465227
Octal266221560132503550612247
Binary1011011010010110111001011010101000111011010001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6126E; }

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

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

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

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

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

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

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

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