#BC374F

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

Shades of Old Rose #BC374F

Tints of Old Rose #BC374F

Color information

#BC374F (or 0xBC374F) is unknown color: approx Old Rose. HEX triplet: BC, 37 and 4F. RGB value is (188,55,79). Sum of RGB (Red+Green+Blue) = 188+55+79=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC374F is #43C8B0. Grayscale: #616161. Windows color (decimal): -4442289 or 5191612. OLE color: 5191612.

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

Color convert

RGB1885579-
CMYK00.710.580.26
HSL349.17º54.73%47.65%-
HSV(B)349.17º70.74%73.73%-
XYZ23.5213.998.86-
YUV97.5117.56192.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=58.39%
G=17.08%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188557900.710.580.26349.1754.7347.65
HexBC374F0473A1A15d3730
Octal27467117010772325356760
Binary1011110011011110011110100011111101011010101011101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC374F; }

 p { color: rgb(188,55,79); }

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

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

 a { background-color: rgb(188,55,79); }

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

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

 span { border-color: rgb(188,55,79); }

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