#B1165D

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

Shades of Jazzberry Jam #B1165D

Tints of Jazzberry Jam #B1165D

Color information

#B1165D (or 0xB1165D) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 5D. RGB value is (177,22,93). Sum of RGB (Red+Green+Blue) = 177+22+93=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1165D is #4EE9A2. Grayscale: #4C4C4C. Windows color (decimal): -5171619 or 6100657. OLE color: 6100657.

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

Color convert

RGB1772293-
CMYK00.880.470.31
HSL332.52º77.89%39.02%-
HSV(B)332.52º87.57%69.41%-
XYZ20.3910.7111.35-
YUV76.44137.35199.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=60.62%
G=7.53%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177229300.880.470.31332.5277.8939.02
HexB1165D0582F1F14d4e27
Octal261261350130573751511647
Binary1011000110110101110101011000101111111111010011011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1165D; }

 p { color: rgb(177,22,93); }

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

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

 a { background-color: rgb(177,22,93); }

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

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

 span { border-color: rgb(177,22,93); }

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