#BC3646

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

Shades of Old Rose #BC3646

Tints of Old Rose #BC3646

Color information

#BC3646 (or 0xBC3646) is unknown color: approx Old Rose. HEX triplet: BC, 36 and 46. RGB value is (188,54,70). Sum of RGB (Red+Green+Blue) = 188+54+70=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3646 is #43C9B9. Grayscale: #5F5F5F. Windows color (decimal): -4442554 or 4601532. OLE color: 4601532.

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

Color convert

RGB1885470-
CMYK00.710.630.26
HSL352.84º55.37%47.45%-
HSV(B)352.84º71.28%73.73%-
XYZ23.1613.777.23-
YUV95.89113.39193.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.26%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=60.26%
G=17.31%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188547000.710.630.26352.8455.3747.45
HexBC36460473F1A161372f
Octal27466106010777325416757
Binary1011110011011010001100100011111111111010101100001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3646; }

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

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

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

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

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

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

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

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