#b5186a

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

Shades of Jazzberry Jam #B5186A

Tints of Jazzberry Jam #B5186A

Color information

#B5186A (or 0xB5186A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 18 and 6A. RGB value is (181,24,106). Sum of RGB (Red+Green+Blue) = 181+24+106=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5186A is #4AE795. Grayscale: #505050. Windows color (decimal): -4908950 or 6953141. OLE color: 6953141.

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

Color convert

RGB18124106-
CMYK00.870.410.29
HSL328.66º76.59%40.2%-
HSV(B)328.66º86.74%70.98%-
XYZ21.9811.5214.7-
YUV80.29142.51199.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=58.20%
G=7.72%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812410600.870.410.29328.6676.5940.2
HexB5186A057291D1494d28
Octal265301520127513551111550
Binary1011010111000110101001010111101001111011010010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5186a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5186a; }

 p { color: rgb(181,24,106); }

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

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

 a { background-color: rgb(181,24,106); }

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

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

 span { border-color: rgb(181,24,106); }

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