#B1154D

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

Shades of Jazzberry Jam #B1154D

Tints of Jazzberry Jam #B1154D

Color information

#B1154D (or 0xB1154D) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 4D. RGB value is (177,21,77). Sum of RGB (Red+Green+Blue) = 177+21+77=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1154D is #4EEAB2. Grayscale: #494949. Windows color (decimal): -5171891 or 5051825. OLE color: 5051825.

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

Color convert

RGB1772177-
CMYK00.880.560.31
HSL338.46º78.79%38.82%-
HSV(B)338.46º88.14%69.41%-
XYZ19.7410.427.99-
YUV74.03129.68201.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.36%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 77 (30.47% from 255) = 28%
R=64.36%
G=7.64%
B=28%

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
Decimal177217700.880.560.31338.4678.7938.82
HexB1154D058381F1524f27
Octal261251150130703752211747
Binary1011000110101100110101011000111000111111010100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1154D; }

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

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

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

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

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

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

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

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