#B95859

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

Shades of Mandy #B95859

Tints of Mandy #B95859

Color information

#B95859 (or 0xB95859) is unknown color: approx Mandy. HEX triplet: B9, 58 and 59. RGB value is (185,88,89). Sum of RGB (Red+Green+Blue) = 185+88+89=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B95859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95859 is #46A7A6. Grayscale: #757575. Windows color (decimal): -4630439 or 5855417. OLE color: 5855417.

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

Color convert

RGB1858889-
CMYK00.520.520.27
HSL359.38º40.93%53.53%-
HSV(B)359.38º52.43%72.55%-
XYZ25.318.0211.59-
YUV117.12112.14176.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=51.10%
G=24.31%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185888900.520.520.27359.3840.9353.53
HexB95859034341B1672936
Octal27113013106464335475166
Binary1011100110110001011001011010011010011011101100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95859; }

 p { color: rgb(185,88,89); }

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

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

 a { background-color: rgb(185,88,89); }

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

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

 span { border-color: rgb(185,88,89); }

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