#BC4B4E

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

Shades of Mandy #BC4B4E

Tints of Mandy #BC4B4E

Color information

#BC4B4E (or 0xBC4B4E) is unknown color: approx Mandy. HEX triplet: BC, 4B and 4E. RGB value is (188,75,78). Sum of RGB (Red+Green+Blue) = 188+75+78=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B4E is #43B4B1. Grayscale: #6D6D6D. Windows color (decimal): -4437170 or 5131196. OLE color: 5131196.

HSL color Cylindrical-coordinate representation of color #BC4B4E: hue angle of 358.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B4E is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1887578-
CMYK00.600.590.26
HSL358.41º45.75%51.57%-
HSV(B)358.41º60.11%73.73%-
XYZ24.6316.279.05-
YUV109.13110.44184.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=55.13%
G=21.99%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188757800.600.590.26358.4145.7551.57
HexBC4B4E03C3B1A1662e34
Octal27411311607473325465664
Binary1011110010010111001110011110011101111010101100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B4E; }

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

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

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

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

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

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

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

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