#B6146D

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

Shades of Jazzberry Jam #B6146D

Tints of Jazzberry Jam #B6146D

Color information

#B6146D (or 0xB6146D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 14 and 6D. RGB value is (182,20,109). Sum of RGB (Red+Green+Blue) = 182+20+109=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6146D is #49EB92. Grayscale: #4E4E4E. Windows color (decimal): -4844435 or 7148726. OLE color: 7148726.

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

Color convert

RGB18220109-
CMYK00.890.400.29
HSL327.04º80.2%39.61%-
HSV(B)327.04º89.01%71.37%-
XYZ22.311.5515.52-
YUV78.58145.17201.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.52%
GREEN value IS 20 (8.20% from 255) = 6.43%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=58.52%
G=6.43%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822010900.890.400.29327.0480.239.61
HexB6146D059281D1475028
Octal266241550131503550712050
Binary1011011010100110110101011001101000111011010001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6146D; }

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

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

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

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

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

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

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

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