#B6146C

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

Shades of Jazzberry Jam #B6146C

Tints of Jazzberry Jam #B6146C

Color information

#B6146C (or 0xB6146C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 14 and 6C. RGB value is (182,20,108). Sum of RGB (Red+Green+Blue) = 182+20+108=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6146C is #49EB93. Grayscale: #4E4E4E. Windows color (decimal): -4844436 or 7083190. OLE color: 7083190.

HSL color Cylindrical-coordinate representation of color #B6146C: hue angle of 327.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6146C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18220108-
CMYK00.890.410.29
HSL327.41º80.2%39.61%-
HSV(B)327.41º89.01%71.37%-
XYZ22.2511.5315.24-
YUV78.47144.67201.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=58.71%
G=6.45%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822010800.890.410.29327.4180.239.61
HexB6146C059291D1475028
Octal266241540131513550712050
Binary1011011010100110110001011001101001111011010001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6146C; }

 p { color: rgb(182,20,108); }

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

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

 a { background-color: rgb(182,20,108); }

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

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

 span { border-color: rgb(182,20,108); }

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