#BC6371

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

Shades of Blush #BC6371

Tints of Blush #BC6371

Color information

#BC6371 (or 0xBC6371) is unknown color: approx Blush. HEX triplet: BC, 63 and 71. RGB value is (188,99,113). Sum of RGB (Red+Green+Blue) = 188+99+113=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6371 is #439C8E. Grayscale: #7F7F7F. Windows color (decimal): -4430991 or 7431100. OLE color: 7431100.

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

Color convert

RGB18899113-
CMYK00.470.400.26
HSL350.56º39.91%56.27%-
HSV(B)350.56º47.34%73.73%-
XYZ28.1820.8118.15-
YUV127.21119.99171.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=47%
G=24.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889911300.470.400.26350.5639.9156.27
HexBC637102F281A15f2838
Octal27414316105750325375070
Binary1011110011000111110001010111110100011010101011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6371; }

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

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

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

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

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

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

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

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