#B3165E

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

Shades of Jazzberry Jam #B3165E

Tints of Jazzberry Jam #B3165E

Color information

#B3165E (or 0xB3165E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 16 and 5E. RGB value is (179,22,94). Sum of RGB (Red+Green+Blue) = 179+22+94=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3165E is #4CE9A1. Grayscale: #4D4D4D. Windows color (decimal): -5040546 or 6166195. OLE color: 6166195.

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

Color convert

RGB1792294-
CMYK00.880.470.30
HSL332.48º78.11%39.41%-
HSV(B)332.48º87.71%70.2%-
XYZ20.910.9711.6-
YUV77.15137.51200.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=60.68%
G=7.46%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179229400.880.470.30332.4878.1139.41
HexB3165E0582F1E14c4e27
Octal263261360130573651411647
Binary1011001110110101111001011000101111111101010011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3165E; }

 p { color: rgb(179,22,94); }

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

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

 a { background-color: rgb(179,22,94); }

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

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

 span { border-color: rgb(179,22,94); }

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