#BC375D

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

Shades of Old Rose #BC375D

Tints of Old Rose #BC375D

Color information

#BC375D (or 0xBC375D) is unknown color: approx Old Rose. HEX triplet: BC, 37 and 5D. RGB value is (188,55,93). Sum of RGB (Red+Green+Blue) = 188+55+93=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC375D is #43C8A2. Grayscale: #636363. Windows color (decimal): -4442275 or 6109116. OLE color: 6109116.

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

Color convert

RGB1885593-
CMYK00.710.510.26
HSL342.86º54.73%47.65%-
HSV(B)342.86º70.74%73.73%-
XYZ24.0814.2111.83-
YUV99.1124.56191.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=55.95%
G=16.37%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188559300.710.510.26342.8654.7347.65
HexBC375D047331A1573730
Octal27467135010763325276760
Binary1011110011011110111010100011111001111010101010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC375D; }

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

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

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

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

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

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

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

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