#B75758

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

Shades of Mandy #B75758

Tints of Mandy #B75758

Color information

#B75758 (or 0xB75758) is unknown color: approx Mandy. HEX triplet: B7, 57 and 58. RGB value is (183,87,88). Sum of RGB (Red+Green+Blue) = 183+87+88=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B75758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75758 is #48A8A7. Grayscale: #737373. Windows color (decimal): -4761768 or 5789623. OLE color: 5789623.

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

Color convert

RGB1838788-
CMYK00.520.520.28
HSL359.38º40%52.94%-
HSV(B)359.38º52.46%71.76%-
XYZ24.717.5911.33-
YUV115.82112.3175.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=51.12%
G=24.30%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183878800.520.520.28359.384052.94
HexB75758034341C1672835
Octal26712713006464345475065
Binary1011011110101111011000011010011010011100101100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75758; }

 p { color: rgb(183,87,88); }

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

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

 a { background-color: rgb(183,87,88); }

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

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

 span { border-color: rgb(183,87,88); }

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