#BC636D

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

Shades of Blush #BC636D

Tints of Blush #BC636D

Color information

#BC636D (or 0xBC636D) is unknown color: approx Blush. HEX triplet: BC, 63 and 6D. RGB value is (188,99,109). Sum of RGB (Red+Green+Blue) = 188+99+109=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636D is #439C92. Grayscale: #7E7E7E. Windows color (decimal): -4430995 or 7168956. OLE color: 7168956.

HSL color Cylindrical-coordinate representation of color #BC636D: hue angle of 353.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC636D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18899109-
CMYK00.470.420.26
HSL353.26º39.91%56.27%-
HSV(B)353.26º47.34%73.73%-
XYZ27.9620.7216.99-
YUV126.75117.99171.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=47.47%
G=25%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889910900.470.420.26353.2639.9156.27
HexBC636D02F2A1A1612838
Octal27414315505752325415070
Binary1011110011000111101101010111110101011010101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC636D; }

 p { color: rgb(188,99,109); }

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

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

 a { background-color: rgb(188,99,109); }

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

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

 span { border-color: rgb(188,99,109); }

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