#B75556

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

Shades of Mandy #B75556

Tints of Mandy #B75556

Color information

#B75556 (or 0xB75556) is unknown color: approx Mandy. HEX triplet: B7, 55 and 56. RGB value is (183,85,86). Sum of RGB (Red+Green+Blue) = 183+85+86=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B75556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75556 is #48AAA9. Grayscale: #727272. Windows color (decimal): -4762282 or 5658039. OLE color: 5658039.

HSL color Cylindrical-coordinate representation of color #B75556: hue angle of 359.39º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75556 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1838586-
CMYK00.540.530.28
HSL359.39º40.5%52.55%-
HSV(B)359.39º53.55%71.76%-
XYZ24.4617.2410.84-
YUV114.42111.97176.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=51.69%
G=24.01%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183858600.540.530.28359.3940.552.55
HexB75556036351C1672835
Octal26712512606665345475065
Binary1011011110101011010110011011011010111100101100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75556; }

 p { color: rgb(183,85,86); }

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

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

 a { background-color: rgb(183,85,86); }

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

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

 span { border-color: rgb(183,85,86); }

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