#BC404A

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

Shades of Old Rose #BC404A

Tints of Old Rose #BC404A

Color information

#BC404A (or 0xBC404A) is unknown color: approx Old Rose. HEX triplet: BC, 40 and 4A. RGB value is (188,64,74). Sum of RGB (Red+Green+Blue) = 188+64+74=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC404A is #43BFB5. Grayscale: #666666. Windows color (decimal): -4439990 or 4866236. OLE color: 4866236.

HSL color Cylindrical-coordinate representation of color #BC404A: hue angle of 355.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC404A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1886474-
CMYK00.660.610.26
HSL355.16º49.21%49.41%-
HSV(B)355.16º65.96%73.73%-
XYZ23.8114.858.09-
YUV102.22112.08189.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=57.67%
G=19.63%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188647400.660.610.26355.1649.2149.41
HexBC404A0423D1A1633131
Octal274100112010275325436161
Binary10111100100000010010100100001011110111010101100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC404A; }

 p { color: rgb(188,64,74); }

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

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

 a { background-color: rgb(188,64,74); }

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

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

 span { border-color: rgb(188,64,74); }

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