#B15292

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

Shades of Mulberry #B15292

Tints of Mulberry #B15292

Color information

#B15292 (or 0xB15292) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 92. RGB value is (177,82,146). Sum of RGB (Red+Green+Blue) = 177+82+146=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B15292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15292 is #4EAD6D. Grayscale: #757575. Windows color (decimal): -5156206 or 9589425. OLE color: 9589425.

HSL color Cylindrical-coordinate representation of color #B15292: hue angle of 319.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15292 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17782146-
CMYK00.540.180.31
HSL319.58º37.85%50.78%-
HSV(B)319.58º53.67%69.41%-
XYZ26.3417.4629.18-
YUV117.7143.97170.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=43.70%
G=20.25%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778214600.540.180.31319.5837.8550.78
HexB15292036121F1402633
Octal26112222206622375004663
Binary1011000110100101001001001101101001011111101000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15292; }

 p { color: rgb(177,82,146); }

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

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

 a { background-color: rgb(177,82,146); }

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

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

 span { border-color: rgb(177,82,146); }

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