#B3175A

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

Shades of Jazzberry Jam #B3175A

Tints of Jazzberry Jam #B3175A

Color information

#B3175A (or 0xB3175A) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 17 and 5A. RGB value is (179,23,90). Sum of RGB (Red+Green+Blue) = 179+23+90=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3175A is #4CE8A5. Grayscale: #4D4D4D. Windows color (decimal): -5040294 or 5904307. OLE color: 5904307.

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

Color convert

RGB1792390-
CMYK00.870.500.30
HSL334.23º77.23%39.61%-
HSV(B)334.23º87.15%70.2%-
XYZ20.7410.9310.69-
YUV77.28135.18200.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.30%
GREEN value IS 23 (9.38% from 255) = 7.88%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=61.30%
G=7.88%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179239000.870.500.30334.2377.2339.61
HexB3175A057321E14e4d28
Octal263271320127623651611550
Binary1011001110111101101001010111110010111101010011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3175A; }

 p { color: rgb(179,23,90); }

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

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

 a { background-color: rgb(179,23,90); }

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

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

 span { border-color: rgb(179,23,90); }

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