#B1154E

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

Shades of Jazzberry Jam #B1154E

Tints of Jazzberry Jam #B1154E

Color information

#B1154E (or 0xB1154E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 4E. RGB value is (177,21,78). Sum of RGB (Red+Green+Blue) = 177+21+78=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1154E is #4EEAB1. Grayscale: #4A4A4A. Windows color (decimal): -5171890 or 5117361. OLE color: 5117361.

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

Color convert

RGB1772178-
CMYK00.880.560.31
HSL338.08º78.79%38.82%-
HSV(B)338.08º88.14%69.41%-
XYZ19.7710.438.18-
YUV74.14130.18201.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=64.13%
G=7.61%
B=28.26%

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
Decimal177217800.880.560.31338.0878.7938.82
HexB1154E058381F1524f27
Octal261251160130703752211747
Binary1011000110101100111001011000111000111111010100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1154E; }

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

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

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

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

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

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

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

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