#BC455C

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

Shades of Blush #BC455C

Tints of Blush #BC455C

Color information

#BC455C (or 0xBC455C) is unknown color: approx Blush. HEX triplet: BC, 45 and 5C. RGB value is (188,69,92). Sum of RGB (Red+Green+Blue) = 188+69+92=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455C is #43BAA3. Grayscale: #6B6B6B. Windows color (decimal): -4438692 or 6047164. OLE color: 6047164.

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

Color convert

RGB1886992-
CMYK00.630.510.26
HSL348.4º47.04%50.39%-
HSV(B)348.4º63.3%73.73%-
XYZ24.815.7211.85-
YUV107.2119.42185.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=53.87%
G=19.77%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188699200.630.510.26348.447.0450.39
HexBC455C03F331A15c2f32
Octal27410513407763325345762
Binary1011110010001011011100011111111001111010101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC455C; }

 p { color: rgb(188,69,92); }

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

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

 a { background-color: rgb(188,69,92); }

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

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

 span { border-color: rgb(188,69,92); }

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