#b2185f

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

Shades of Jazzberry Jam #B2185F

Tints of Jazzberry Jam #B2185F

Color information

#B2185F (or 0xB2185F) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 18 and 5F. RGB value is (178,24,95). Sum of RGB (Red+Green+Blue) = 178+24+95=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185F is #4DE7A0. Grayscale: #4E4E4E. Windows color (decimal): -5105569 or 6232242. OLE color: 6232242.

HSL color Cylindrical-coordinate representation of color #B2185F: hue angle of 332.34º degrees, saturation: 0.76, 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 #B2185F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1782495-
CMYK00.870.470.30
HSL332.34º76.24%39.61%-
HSV(B)332.34º86.52%69.8%-
XYZ20.7510.9411.85-
YUV78.14137.52199.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=59.93%
G=8.08%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178249500.870.470.30332.3476.2439.61
HexB2185F0572F1E14c4c28
Octal262301370127573651411450
Binary1011001011000101111101010111101111111101010011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2185f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2185f; }

 p { color: rgb(178,24,95); }

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

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

 a { background-color: rgb(178,24,95); }

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

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

 span { border-color: rgb(178,24,95); }

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