#B1184E

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

Shades of Jazzberry Jam #B1184E

Tints of Jazzberry Jam #B1184E

Color information

#B1184E (or 0xB1184E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 4E. RGB value is (177,24,78). Sum of RGB (Red+Green+Blue) = 177+24+78=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1184E is #4EE7B1. Grayscale: #4B4B4B. Windows color (decimal): -5171122 or 5118129. OLE color: 5118129.

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

Color convert

RGB1772478-
CMYK00.860.560.31
HSL338.82º76.12%39.41%-
HSV(B)338.82º86.44%69.41%-
XYZ19.8310.558.2-
YUV75.9129.19200.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=63.44%
G=8.60%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177247800.860.560.31338.8276.1239.41
HexB1184E056381F1534c27
Octal261301160126703752311447
Binary1011000111000100111001010110111000111111010100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1184E; }

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

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

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

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

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

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

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

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