#BC474B

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

Shades of Mandy #BC474B

Tints of Mandy #BC474B

Color information

#BC474B (or 0xBC474B) is unknown color: approx Mandy. HEX triplet: BC, 47 and 4B. RGB value is (188,71,75). Sum of RGB (Red+Green+Blue) = 188+71+75=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC474B is #43B8B4. Grayscale: #6A6A6A. Windows color (decimal): -4438197 or 4933564. OLE color: 4933564.

HSL color Cylindrical-coordinate representation of color #BC474B: hue angle of 357.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC474B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1887175-
CMYK00.620.600.26
HSL357.95º46.61%50.78%-
HSV(B)357.95º62.23%73.73%-
XYZ24.2615.718.41-
YUV106.44110.26186.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=56.29%
G=21.26%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188717500.620.600.26357.9546.6150.78
HexBC474B03E3C1A1662f33
Octal27410711307674325465763
Binary1011110010001111001011011111011110011010101100110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC474B; }

 p { color: rgb(188,71,75); }

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

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

 a { background-color: rgb(188,71,75); }

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

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

 span { border-color: rgb(188,71,75); }

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