#BC424A

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

Shades of Old Rose #BC424A

Tints of Old Rose #BC424A

Color information

#BC424A (or 0xBC424A) is unknown color: approx Old Rose. HEX triplet: BC, 42 and 4A. RGB value is (188,66,74). Sum of RGB (Red+Green+Blue) = 188+66+74=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC424A is #43BDB5. Grayscale: #676767. Windows color (decimal): -4439478 or 4866748. OLE color: 4866748.

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

Color convert

RGB1886674-
CMYK00.650.610.26
HSL356.07º48.03%49.8%-
HSV(B)356.07º64.89%73.73%-
XYZ23.9215.088.13-
YUV103.39111.42188.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=57.32%
G=20.12%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188667400.650.610.26356.0748.0349.8
HexBC424A0413D1A1643032
Octal274102112010175325446062
Binary10111100100001010010100100000111110111010101100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC424A; }

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

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

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

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

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

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

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

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