#B95B5D

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

Shades of Mandy #B95B5D

Tints of Mandy #B95B5D

Color information

#B95B5D (or 0xB95B5D) is unknown color: approx Mandy. HEX triplet: B9, 5B and 5D. RGB value is (185,91,93). Sum of RGB (Red+Green+Blue) = 185+91+93=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B5D is #46A4A2. Grayscale: #777777. Windows color (decimal): -4629667 or 6118329. OLE color: 6118329.

HSL color Cylindrical-coordinate representation of color #B95B5D: hue angle of 358.72º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95B5D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1859193-
CMYK00.510.500.27
HSL358.72º40.17%54.12%-
HSV(B)358.72º50.81%72.55%-
XYZ25.7218.5912.59-
YUV119.33113.14174.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=50.14%
G=24.66%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185919300.510.500.27358.7240.1754.12
HexB95B5D033321B1672836
Octal27113313506362335475066
Binary1011100110110111011101011001111001011011101100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B5D; }

 p { color: rgb(185,91,93); }

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

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

 a { background-color: rgb(185,91,93); }

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

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

 span { border-color: rgb(185,91,93); }

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