#B95054

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

Shades of Mandy #B95054

Tints of Mandy #B95054

Color information

#B95054 (or 0xB95054) is unknown color: approx Mandy. HEX triplet: B9, 50 and 54. RGB value is (185,80,84). Sum of RGB (Red+Green+Blue) = 185+80+84=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B95054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95054 is #46AFAB. Grayscale: #6F6F6F. Windows color (decimal): -4632492 or 5525689. OLE color: 5525689.

HSL color Cylindrical-coordinate representation of color #B95054: hue angle of 357.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95054 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1858084-
CMYK00.570.550.27
HSL357.71º42.86%51.96%-
HSV(B)357.71º56.76%72.55%-
XYZ24.4816.6910.32-
YUV111.85112.29180.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=53.01%
G=22.92%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185808400.570.550.27357.7142.8651.96
HexB95054039371B1662b34
Octal27112012407167335465364
Binary1011100110100001010100011100111011111011101100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95054; }

 p { color: rgb(185,80,84); }

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

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

 a { background-color: rgb(185,80,84); }

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

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

 span { border-color: rgb(185,80,84); }

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