#B9565B

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

Shades of Mandy #B9565B

Tints of Mandy #B9565B

Color information

#B9565B (or 0xB9565B) is unknown color: approx Mandy. HEX triplet: B9, 56 and 5B. RGB value is (185,86,91). Sum of RGB (Red+Green+Blue) = 185+86+91=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9565B is #46A9A4. Grayscale: #747474. Windows color (decimal): -4630949 or 5985977. OLE color: 5985977.

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

Color convert

RGB1858691-
CMYK00.540.510.27
HSL356.97º41.42%53.14%-
HSV(B)356.97º53.51%72.55%-
XYZ25.2217.7311.99-
YUV116.17113.8177.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=51.10%
G=23.76%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185869100.540.510.27356.9741.4253.14
HexB9565B036331B1652935
Octal27112613306663335455165
Binary1011100110101101011011011011011001111011101100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9565B; }

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

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

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

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

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

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

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

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