#BC4567

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

Shades of Blush #BC4567

Tints of Blush #BC4567

Color information

#BC4567 (or 0xBC4567) is unknown color: approx Blush. HEX triplet: BC, 45 and 67. RGB value is (188,69,103). Sum of RGB (Red+Green+Blue) = 188+69+103=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4567 is #43BA98. Grayscale: #6C6C6C. Windows color (decimal): -4438681 or 6768060. OLE color: 6768060.

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

Color convert

RGB18869103-
CMYK00.630.450.26
HSL342.86º47.04%50.39%-
HSV(B)342.86º63.3%73.73%-
XYZ25.3215.9314.57-
YUV108.46124.92184.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=52.22%
G=19.17%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886910300.630.450.26342.8647.0450.39
HexBC456703F2D1A1572f32
Octal27410514707755325275762
Binary1011110010001011100111011111110110111010101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4567; }

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

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

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

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

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

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

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

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