#BC3D54

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

Shades of Old Rose #BC3D54

Tints of Old Rose #BC3D54

Color information

#BC3D54 (or 0xBC3D54) is unknown color: approx Old Rose. HEX triplet: BC, 3D and 54. RGB value is (188,61,84). Sum of RGB (Red+Green+Blue) = 188+61+84=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D54 is #43C2AB. Grayscale: #656565. Windows color (decimal): -4440748 or 5520828. OLE color: 5520828.

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

Color convert

RGB1886184-
CMYK00.680.550.26
HSL349.13º51%48.82%-
HSV(B)349.13º67.55%73.73%-
XYZ24.0114.679.95-
YUV101.6118.08189.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=56.46%
G=18.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188618400.680.550.26349.135148.82
HexBC3D54044371A15d3331
Octal27475124010467325356361
Binary1011110011110110101000100010011011111010101011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D54; }

 p { color: rgb(188,61,84); }

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

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

 a { background-color: rgb(188,61,84); }

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

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

 span { border-color: rgb(188,61,84); }

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