#BC364D

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

Shades of Old Rose #BC364D

Tints of Old Rose #BC364D

Color information

#BC364D (or 0xBC364D) is unknown color: approx Old Rose. HEX triplet: BC, 36 and 4D. RGB value is (188,54,77). Sum of RGB (Red+Green+Blue) = 188+54+77=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC364D is #43C9B2. Grayscale: #606060. Windows color (decimal): -4442547 or 5060284. OLE color: 5060284.

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

Color convert

RGB1885477-
CMYK00.710.590.26
HSL349.7º55.37%47.45%-
HSV(B)349.7º71.28%73.73%-
XYZ23.413.878.46-
YUV96.69116.89193.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=58.93%
G=16.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188547700.710.590.26349.755.3747.45
HexBC364D0473B1A15e372f
Octal27466115010773325366757
Binary1011110011011010011010100011111101111010101011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC364D; }

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

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

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

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

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

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

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

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