#B8575A

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

Shades of Mandy #B8575A

Tints of Mandy #B8575A

Color information

#B8575A (or 0xB8575A) is unknown color: approx Mandy. HEX triplet: B8, 57 and 5A. RGB value is (184,87,90). Sum of RGB (Red+Green+Blue) = 184+87+90=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8575A is #47A8A5. Grayscale: #747474. Windows color (decimal): -4696230 or 5920696. OLE color: 5920696.

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

Color convert

RGB1848790-
CMYK00.530.510.28
HSL358.14º40.59%53.14%-
HSV(B)358.14º52.72%72.16%-
XYZ25.0217.7411.78-
YUV116.34113.14176.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=50.97%
G=24.10%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184879000.530.510.28358.1440.5953.14
HexB8575A035331C1662935
Octal27012713206563345465165
Binary1011100010101111011010011010111001111100101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8575A; }

 p { color: rgb(184,87,90); }

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

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

 a { background-color: rgb(184,87,90); }

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

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

 span { border-color: rgb(184,87,90); }

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