#B3186F

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

Shades of Jazzberry Jam #B3186F

Tints of Jazzberry Jam #B3186F

Color information

#B3186F (or 0xB3186F) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 6F. RGB value is (179,24,111). Sum of RGB (Red+Green+Blue) = 179+24+111=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3186F is #4CE790. Grayscale: #505050. Windows color (decimal): -5040017 or 7280819. OLE color: 7280819.

HSL color Cylindrical-coordinate representation of color #B3186F: hue angle of 326.32º 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 #B3186F is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17924111-
CMYK00.870.380.30
HSL326.32º76.35%39.8%-
HSV(B)326.32º86.59%70.2%-
XYZ21.7911.3816.09-
YUV80.26145.35198.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 24 (9.77% from 255) = 7.64%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=57.01%
G=7.64%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792411100.870.380.30326.3276.3539.8
HexB3186F057261E1464c28
Octal263301570127463650611450
Binary1011001111000110111101010111100110111101010001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3186F; }

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

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

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

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

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

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

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

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