#B4155C

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

Shades of Jazzberry Jam #B4155C

Tints of Jazzberry Jam #B4155C

Color information

#B4155C (or 0xB4155C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 15 and 5C. RGB value is (180,21,92). Sum of RGB (Red+Green+Blue) = 180+21+92=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4155C is #4BEAA3. Grayscale: #4C4C4C. Windows color (decimal): -4975268 or 6034868. OLE color: 6034868.

HSL color Cylindrical-coordinate representation of color #B4155C: hue angle of 333.21º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4155C is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1802192-
CMYK00.880.490.29
HSL333.21º79.1%39.41%-
HSV(B)333.21º88.33%70.59%-
XYZ21.0211.0111.14-
YUV76.64136.68201.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=61.43%
G=7.17%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180219200.880.490.29333.2179.139.41
HexB4155C058311D14d4f27
Octal264251340130613551511747
Binary1011010010101101110001011000110001111011010011011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4155C; }

 p { color: rgb(180,21,92); }

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

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

 a { background-color: rgb(180,21,92); }

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

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

 span { border-color: rgb(180,21,92); }

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