#B1185C

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

Shades of Jazzberry Jam #B1185C

Tints of Jazzberry Jam #B1185C

Color information

#B1185C (or 0xB1185C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 5C. RGB value is (177,24,92). Sum of RGB (Red+Green+Blue) = 177+24+92=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1185C is #4EE7A3. Grayscale: #4D4D4D. Windows color (decimal): -5171108 or 6035633. OLE color: 6035633.

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

Color convert

RGB1772492-
CMYK00.860.480.31
HSL333.33º76.12%39.41%-
HSV(B)333.33º86.44%69.41%-
XYZ20.3910.7711.13-
YUV77.5136.19198.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=60.41%
G=8.19%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177249200.860.480.31333.3376.1239.41
HexB1185C056301F14d4c27
Octal261301340126603751511447
Binary1011000111000101110001010110110000111111010011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1185C; }

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

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

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

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

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

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

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

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