#BC4365

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

Shades of Blush #BC4365

Tints of Blush #BC4365

Color information

#BC4365 (or 0xBC4365) is unknown color: approx Blush. HEX triplet: BC, 43 and 65. RGB value is (188,67,101). Sum of RGB (Red+Green+Blue) = 188+67+101=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4365 is #43BC9A. Grayscale: #6B6B6B. Windows color (decimal): -4439195 or 6636476. OLE color: 6636476.

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

Color convert

RGB18867101-
CMYK00.640.460.26
HSL343.14º47.45%50%-
HSV(B)343.14º64.36%73.73%-
XYZ25.115.6514.01-
YUV107.06124.59185.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=52.81%
G=18.82%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886710100.640.460.26343.1447.4550
HexBC43650402E1A1572f32
Octal274103145010056325275762
Binary10111100100001111001010100000010111011010101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4365; }

 p { color: rgb(188,67,101); }

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

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

 a { background-color: rgb(188,67,101); }

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

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

 span { border-color: rgb(188,67,101); }

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