#BC636E

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

Shades of Blush #BC636E

Tints of Blush #BC636E

Color information

#BC636E (or 0xBC636E) is unknown color: approx Blush. HEX triplet: BC, 63 and 6E. RGB value is (188,99,110). Sum of RGB (Red+Green+Blue) = 188+99+110=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636E is #439C91. Grayscale: #7E7E7E. Windows color (decimal): -4430994 or 7234492. OLE color: 7234492.

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

Color convert

RGB18899110-
CMYK00.470.410.26
HSL352.58º39.91%56.27%-
HSV(B)352.58º47.34%73.73%-
XYZ28.0220.7417.28-
YUV126.86118.49171.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=47.36%
G=24.94%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889911000.470.410.26352.5839.9156.27
HexBC636E02F291A1612838
Octal27414315605751325415070
Binary1011110011000111101110010111110100111010101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC636E; }

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

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

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

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

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

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

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

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