#B4175D

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

Shades of Jazzberry Jam #B4175D

Tints of Jazzberry Jam #B4175D

Color information

#B4175D (or 0xB4175D) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 5D. RGB value is (180,23,93). Sum of RGB (Red+Green+Blue) = 180+23+93=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4175D is #4BE8A2. Grayscale: #4D4D4D. Windows color (decimal): -4974755 or 6100916. OLE color: 6100916.

HSL color Cylindrical-coordinate representation of color #B4175D: hue angle of 333.25º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4175D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1802393-
CMYK00.870.480.29
HSL333.25º77.34%39.8%-
HSV(B)333.25º87.22%70.59%-
XYZ21.111.1111.39-
YUV77.92136.51200.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 23 (9.38% from 255) = 7.77%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=60.81%
G=7.77%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180239300.870.480.29333.2577.3439.8
HexB4175D057301D14d4d28
Octal264271350127603551511550
Binary1011010010111101110101010111110000111011010011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4175D; }

 p { color: rgb(180,23,93); }

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

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

 a { background-color: rgb(180,23,93); }

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

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

 span { border-color: rgb(180,23,93); }

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