#B9565A

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

Shades of Mandy #B9565A

Tints of Mandy #B9565A

Color information

#B9565A (or 0xB9565A) is unknown color: approx Mandy. HEX triplet: B9, 56 and 5A. RGB value is (185,86,90). Sum of RGB (Red+Green+Blue) = 185+86+90=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9565A is #46A9A5. Grayscale: #747474. Windows color (decimal): -4630950 or 5920441. OLE color: 5920441.

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

Color convert

RGB1858690-
CMYK00.540.510.27
HSL357.58º41.42%53.14%-
HSV(B)357.58º53.51%72.55%-
XYZ25.1817.7111.76-
YUV116.06113.3177.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=51.25%
G=23.82%
B=24.93%

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
Decimal185869000.540.510.27357.5841.4253.14
HexB9565A036331B1662935
Octal27112613206663335465165
Binary1011100110101101011010011011011001111011101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9565A; }

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

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

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

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

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

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

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

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