#BC395C

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

Shades of Old Rose #BC395C

Tints of Old Rose #BC395C

Color information

#BC395C (or 0xBC395C) is unknown color: approx Old Rose. HEX triplet: BC, 39 and 5C. RGB value is (188,57,92). Sum of RGB (Red+Green+Blue) = 188+57+92=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC395C is #43C6A3. Grayscale: #646464. Windows color (decimal): -4441764 or 6044092. OLE color: 6044092.

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

Color convert

RGB1885792-
CMYK00.700.510.26
HSL343.97º53.47%48.04%-
HSV(B)343.97º69.68%73.73%-
XYZ24.1314.3911.63-
YUV100.16123.4190.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=55.79%
G=16.91%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188579200.700.510.26343.9753.4748.04
HexBC395C046331A1583530
Octal27471134010663325306560
Binary1011110011100110111000100011011001111010101011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC395C; }

 p { color: rgb(188,57,92); }

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

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

 a { background-color: rgb(188,57,92); }

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

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

 span { border-color: rgb(188,57,92); }

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