#BC3B4A

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

Shades of Old Rose #BC3B4A

Tints of Old Rose #BC3B4A

Color information

#BC3B4A (or 0xBC3B4A) is unknown color: approx Old Rose. HEX triplet: BC, 3B and 4A. RGB value is (188,59,74). Sum of RGB (Red+Green+Blue) = 188+59+74=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B4A is #43C4B5. Grayscale: #636363. Windows color (decimal): -4441270 or 4864956. OLE color: 4864956.

HSL color Cylindrical-coordinate representation of color #BC3B4A: hue angle of 353.02º degrees, saturation: 0.52, 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 #BC3B4A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1885974-
CMYK00.690.610.26
HSL353.02º52.23%48.43%-
HSV(B)353.02º68.62%73.73%-
XYZ23.5414.318-
YUV99.28113.74191.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=58.57%
G=18.38%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188597400.690.610.26353.0252.2348.43
HexBC3B4A0453D1A1613430
Octal27473112010575325416460
Binary1011110011101110010100100010111110111010101100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3B4A; }

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

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

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

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

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

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

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

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