#BC355B

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

Shades of Old Rose #BC355B

Tints of Old Rose #BC355B

Color information

#BC355B (or 0xBC355B) is unknown color: approx Old Rose. HEX triplet: BC, 35 and 5B. RGB value is (188,53,91). Sum of RGB (Red+Green+Blue) = 188+53+91=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355B is #43CAA4. Grayscale: #616161. Windows color (decimal): -4442789 or 5977532. OLE color: 5977532.

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

Color convert

RGB1885391-
CMYK00.720.520.26
HSL343.11º56.02%47.25%-
HSV(B)343.11º71.81%73.73%-
XYZ23.913.9911.34-
YUV97.7124.23192.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=56.63%
G=15.96%
B=27.41%

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
Decimal188539100.720.520.26343.1156.0247.25
HexBC355B048341A157382f
Octal27465133011064325277057
Binary1011110011010110110110100100011010011010101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC355B; }

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

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

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

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

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

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

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

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