#BC355A

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

Shades of Old Rose #BC355A

Tints of Old Rose #BC355A

Color information

#BC355A (or 0xBC355A) is unknown color: approx Old Rose. HEX triplet: BC, 35 and 5A. RGB value is (188,53,90). Sum of RGB (Red+Green+Blue) = 188+53+90=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355A is #43CAA5. Grayscale: #616161. Windows color (decimal): -4442790 or 5911996. OLE color: 5911996.

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

Color convert

RGB1885390-
CMYK00.720.520.26
HSL343.56º56.02%47.25%-
HSV(B)343.56º71.81%73.73%-
XYZ23.8613.9811.11-
YUV97.58123.73192.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=56.80%
G=16.01%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188539000.720.520.26343.5656.0247.25
HexBC355A048341A158382f
Octal27465132011064325307057
Binary1011110011010110110100100100011010011010101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC355A; }

 p { color: rgb(188,53,90); }

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

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

 a { background-color: rgb(188,53,90); }

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

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

 span { border-color: rgb(188,53,90); }

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