#BC3A46

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

Shades of Old Rose #BC3A46

Tints of Old Rose #BC3A46

Color information

#BC3A46 (or 0xBC3A46) is unknown color: approx Old Rose. HEX triplet: BC, 3A and 46. RGB value is (188,58,70). Sum of RGB (Red+Green+Blue) = 188+58+70=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A46 is #43C5B9. Grayscale: #626262. Windows color (decimal): -4441530 or 4602556. OLE color: 4602556.

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

Color convert

RGB1885870-
CMYK00.690.630.26
HSL354.46º52.85%48.24%-
HSV(B)354.46º69.15%73.73%-
XYZ23.3614.167.3-
YUV98.24112.07192.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=59.49%
G=18.35%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188587000.690.630.26354.4652.8548.24
HexBC3A460453F1A1623530
Octal27472106010577325426560
Binary1011110011101010001100100010111111111010101100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A46; }

 p { color: rgb(188,58,70); }

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

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

 a { background-color: rgb(188,58,70); }

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

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

 span { border-color: rgb(188,58,70); }

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