#B4175E

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

Shades of Jazzberry Jam #B4175E

Tints of Jazzberry Jam #B4175E

Color information

#B4175E (or 0xB4175E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 17 and 5E. RGB value is (180,23,94). Sum of RGB (Red+Green+Blue) = 180+23+94=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4175E is #4BE8A1. Grayscale: #4D4D4D. Windows color (decimal): -4974754 or 6166452. OLE color: 6166452.

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

Color convert

RGB1802394-
CMYK00.870.480.29
HSL332.87º77.34%39.8%-
HSV(B)332.87º87.22%70.59%-
XYZ21.1511.1211.62-
YUV78.04137.01200.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 23 (9.38% from 255) = 7.74%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=60.61%
G=7.74%
B=31.65%

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
Decimal180239400.870.480.29332.8777.3439.8
HexB4175E057301D14d4d28
Octal264271360127603551511550
Binary1011010010111101111001010111110000111011010011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4175E; }

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

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

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

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

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

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

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

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