#BC375C

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

Shades of Old Rose #BC375C

Tints of Old Rose #BC375C

Color information

#BC375C (or 0xBC375C) is unknown color: approx Old Rose. HEX triplet: BC, 37 and 5C. RGB value is (188,55,92). Sum of RGB (Red+Green+Blue) = 188+55+92=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC375C is #43C8A3. Grayscale: #626262. Windows color (decimal): -4442276 or 6043580. OLE color: 6043580.

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

Color convert

RGB1885592-
CMYK00.710.510.26
HSL343.31º54.73%47.65%-
HSV(B)343.31º70.74%73.73%-
XYZ24.0414.211.6-
YUV98.98124.06191.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=56.12%
G=16.42%
B=27.46%

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
Decimal188559200.710.510.26343.3154.7347.65
HexBC375C047331A1573730
Octal27467134010763325276760
Binary1011110011011110111000100011111001111010101010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC375C; }

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

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

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

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

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

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

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

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