#BC3A50

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

Shades of Old Rose #BC3A50

Tints of Old Rose #BC3A50

Color information

#BC3A50 (or 0xBC3A50) is unknown color: approx Old Rose. HEX triplet: BC, 3A and 50. RGB value is (188,58,80). Sum of RGB (Red+Green+Blue) = 188+58+80=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A50 is #43C5AF. Grayscale: #636363. Windows color (decimal): -4441520 or 5257916. OLE color: 5257916.

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

Color convert

RGB1885880-
CMYK00.690.570.26
HSL349.85º52.85%48.24%-
HSV(B)349.85º69.15%73.73%-
XYZ23.714.39.1-
YUV99.38117.07191.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=57.67%
G=17.79%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188588000.690.570.26349.8552.8548.24
HexBC3A50045391A15e3530
Octal27472120010571325366560
Binary1011110011101010100000100010111100111010101011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A50; }

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

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

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

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

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

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

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

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