#B1164E

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

Shades of Jazzberry Jam #B1164E

Tints of Jazzberry Jam #B1164E

Color information

#B1164E (or 0xB1164E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 4E. RGB value is (177,22,78). Sum of RGB (Red+Green+Blue) = 177+22+78=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1164E is #4EE9B1. Grayscale: #4A4A4A. Windows color (decimal): -5171634 or 5117617. OLE color: 5117617.

HSL color Cylindrical-coordinate representation of color #B1164E: hue angle of 338.32º 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 #B1164E is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1772278-
CMYK00.880.560.31
HSL338.32º77.89%39.02%-
HSV(B)338.32º87.57%69.41%-
XYZ19.7910.478.19-
YUV74.73129.85200.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=63.90%
G=7.94%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177227800.880.560.31338.3277.8939.02
HexB1164E058381F1524e27
Octal261261160130703752211647
Binary1011000110110100111001011000111000111111010100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1164E; }

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

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

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

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

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

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

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

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