#B9595B

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

Shades of Mandy #B9595B

Tints of Mandy #B9595B

Color information

#B9595B (or 0xB9595B) is unknown color: approx Mandy. HEX triplet: B9, 59 and 5B. RGB value is (185,89,91). Sum of RGB (Red+Green+Blue) = 185+89+91=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9595B is #46A6A4. Grayscale: #767676. Windows color (decimal): -4630181 or 5986745. OLE color: 5986745.

HSL color Cylindrical-coordinate representation of color #B9595B: hue angle of 358.75º 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 #B9595B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1858991-
CMYK00.520.510.27
HSL358.75º40.68%53.73%-
HSV(B)358.75º51.89%72.55%-
XYZ25.4718.2112.07-
YUV117.93112.8175.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=50.68%
G=24.38%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185899100.520.510.27358.7540.6853.73
HexB9595B034331B1672936
Octal27113113306463335475166
Binary1011100110110011011011011010011001111011101100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9595B; }

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

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

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

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

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

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

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

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