#B95658

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

Shades of Mandy #B95658

Tints of Mandy #B95658

Color information

#B95658 (or 0xB95658) is unknown color: approx Mandy. HEX triplet: B9, 56 and 58. RGB value is (185,86,88). Sum of RGB (Red+Green+Blue) = 185+86+88=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B95658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95658 is #46A9A7. Grayscale: #737373. Windows color (decimal): -4630952 or 5789369. OLE color: 5789369.

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

Color convert

RGB1858688-
CMYK00.540.520.27
HSL358.79º41.42%53.14%-
HSV(B)358.79º53.51%72.55%-
XYZ25.117.6711.32-
YUV115.83112.3177.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=51.53%
G=23.96%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185868800.540.520.27358.7941.4253.14
HexB95658036341B1672935
Octal27112613006664335475165
Binary1011100110101101011000011011011010011011101100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95658; }

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

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

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

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

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

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

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

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