#B8136D

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

Shades of Jazzberry Jam #B8136D

Tints of Jazzberry Jam #B8136D

Color information

#B8136D (or 0xB8136D) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 13 and 6D. RGB value is (184,19,109). Sum of RGB (Red+Green+Blue) = 184+19+109=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8136D is #47EC92. Grayscale: #4E4E4E. Windows color (decimal): -4713619 or 7148472. OLE color: 7148472.

HSL color Cylindrical-coordinate representation of color #B8136D: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8136D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18419109-
CMYK00.900.410.28
HSL327.27º81.28%39.8%-
HSV(B)327.27º89.67%72.16%-
XYZ22.7611.7615.54-
YUV78.6145.16203.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=58.97%
G=6.09%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841910900.900.410.28327.2781.2839.8
HexB8136D05A291C1475128
Octal270231550132513450712150
Binary1011100010011110110101011010101001111001010001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8136D; }

 p { color: rgb(184,19,109); }

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

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

 a { background-color: rgb(184,19,109); }

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

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

 span { border-color: rgb(184,19,109); }

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