#bc6369

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

Shades of Blush #BC6369

Tints of Blush #BC6369

Color information

#BC6369 (or 0xBC6369) is unknown color: approx Blush. HEX triplet: BC, 63 and 69. RGB value is (188,99,105). Sum of RGB (Red+Green+Blue) = 188+99+105=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6369 is #439C96. Grayscale: #7E7E7E. Windows color (decimal): -4430999 or 6906812. OLE color: 6906812.

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

Color convert

RGB18899105-
CMYK00.470.440.26
HSL355.96º39.91%56.27%-
HSV(B)355.96º47.34%73.73%-
XYZ27.7520.6315.88-
YUV126.29115.99172.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=47.96%
G=25.26%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889910500.470.440.26355.9639.9156.27
HexBC636902F2C1A1642838
Octal27414315105754325445070
Binary1011110011000111101001010111110110011010101100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6369; }

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

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

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

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

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

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

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

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