#B3186D

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

Shades of Jazzberry Jam #B3186D

Tints of Jazzberry Jam #B3186D

Color information

#B3186D (or 0xB3186D) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 6D. RGB value is (179,24,109). Sum of RGB (Red+Green+Blue) = 179+24+109=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3186D is #4CE792. Grayscale: #4F4F4F. Windows color (decimal): -5040019 or 7149747. OLE color: 7149747.

HSL color Cylindrical-coordinate representation of color #B3186D: hue angle of 327.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3186D is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17924109-
CMYK00.870.390.30
HSL327.1º76.35%39.8%-
HSV(B)327.1º86.59%70.2%-
XYZ21.6811.3415.51-
YUV80.04144.35198.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=57.37%
G=7.69%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792410900.870.390.30327.176.3539.8
HexB3186D057271E1474c28
Octal263301550127473650711450
Binary1011001111000110110101010111100111111101010001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3186D; }

 p { color: rgb(179,24,109); }

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

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

 a { background-color: rgb(179,24,109); }

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

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

 span { border-color: rgb(179,24,109); }

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