#BC636C

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

Shades of Blush #BC636C

Tints of Blush #BC636C

Color information

#BC636C (or 0xBC636C) is unknown color: approx Blush. HEX triplet: BC, 63 and 6C. RGB value is (188,99,108). Sum of RGB (Red+Green+Blue) = 188+99+108=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636C is #439C93. Grayscale: #7E7E7E. Windows color (decimal): -4430996 or 7103420. OLE color: 7103420.

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

Color convert

RGB18899108-
CMYK00.470.430.26
HSL353.93º39.91%56.27%-
HSV(B)353.93º47.34%73.73%-
XYZ27.9120.716.71-
YUV126.64117.49171.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=47.59%
G=25.06%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889910800.470.430.26353.9339.9156.27
HexBC636C02F2B1A1622838
Octal27414315405753325425070
Binary1011110011000111101100010111110101111010101100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC636C; }

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

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

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

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

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

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

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

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