#BC4163

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

Shades of Blush #BC4163

Tints of Blush #BC4163

Color information

#BC4163 (or 0xBC4163) is unknown color: approx Blush. HEX triplet: BC, 41 and 63. RGB value is (188,65,99). Sum of RGB (Red+Green+Blue) = 188+65+99=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4163 is #43BE9C. Grayscale: #696969. Windows color (decimal): -4439709 or 6504892. OLE color: 6504892.

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

Color convert

RGB1886599-
CMYK00.650.470.26
HSL343.41º48.62%49.61%-
HSV(B)343.41º65.43%73.73%-
XYZ24.8815.3713.46-
YUV105.65124.25186.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=53.41%
G=18.47%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188659900.650.470.26343.4148.6249.61
HexBC41630412F1A1573132
Octal274101143010157325276162
Binary10111100100000111000110100000110111111010101010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4163; }

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

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

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

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

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

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

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

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